Checkstyle Results

The following document contains the results of Checkstyle 8.27-SNAPSHOT with my_check.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2561 0 22861 0

Rules

Category Rule Violations Severity

Details

Hbase/hbase-annotations/src/main/java/org/apache/hadoop/hbase/classification/tools/ExcludePrivateAnnotationsStandardDoclet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ExcludePrivateAnnotationsStandardDoclet' has incorrect indentation level 6, expected level should be 8. 42

Hbase/hbase-annotations/src/main/java/org/apache/hadoop/hbase/classification/tools/RootDocProcessor.java

Severity Category Rule Message Line
 Warning indentation Indentation ':' has incorrect indentation level 8, expected level should be 10. 68
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 81

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ClusterStatus.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LiveServerInfo' has incorrect indentation level 10, expected level should be 12. 377

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/HColumnDescriptor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Compression' has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation '"hbase.column.max.version"' has incorrect indentation level 4, expected level should be 6. 148
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 238
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 240
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 242
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 243
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 244
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 245
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 246
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 247
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 248
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 249
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 250
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 251
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 252
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 253
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 254
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 255
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 256
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 257
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 258
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 4. 259
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 260
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 261
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 262
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 6, expected level should be 4. 263
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 273
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 321
 Warning indentation Indentation 'DEFAULT_COMPRESSION' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'DEFAULT_TTL' has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'DEFAULT_BLOCKSIZE' has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'valueOf' has incorrect indentation level 6, expected level should be 8. 478
 Warning indentation Indentation 'valueOf' has incorrect indentation level 6, expected level should be 8. 482
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 570
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 634
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1288
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 1327
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 1328

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/HRegionInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'regionName' has incorrect indentation level 8, expected level should be 10. 181
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 284
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 300
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 317
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 336
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 562
 Warning indentation Indentation 'endOffset' has incorrect indentation level 10, expected level should be 12. 597
 Warning indentation Indentation 'idEndOffset' has incorrect indentation level 6, expected level should be 8. 617
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 725
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 726
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 748
 Warning indentation Indentation 'catch' child has incorrect indentation level 9, expected level should be 8. 895
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 955
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 959
 Warning indentation Indentation 'getHRegionInfo' has incorrect indentation level 6, expected level should be 8. 1157

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 91
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 111
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 115
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 125
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 135
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 146
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 158
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 169
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 180
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 213
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 216
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 241
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 243
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 279
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 656
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 712
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 896
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 1068
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 1069
 Warning indentation Indentation 'Boolean' has incorrect indentation level 6, expected level should be 8. 1205
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1293
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1545
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 1646
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1647
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 9, expected level should be one of the following: 6, 10. 1657
 Warning indentation Indentation '"org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint"' has incorrect indentation level 6, expected level should be 8. 1659
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 1660

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'META_REGION_PREFIX' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 142
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 156
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 167
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 180
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 226
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 321
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 333
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 382
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 400
 Warning indentation Indentation 'getTableRegionsAndLocations' has incorrect indentation level 2, expected level should be 6. 466
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 468
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 487
 Warning indentation Indentation 'serverName' has incorrect indentation level 8, expected level should be 10. 489
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'loc' has incorrect indentation level 16, expected level should be 18. 519
 Warning indentation Indentation 'getServerUserRegions' has incorrect indentation level 2, expected level should be 6. 536
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 537
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 561
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 590
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 591
 Warning indentation Indentation 'cell' has incorrect indentation level 6, expected level should be 8. 703
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 902
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 916
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 931
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 955
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 959
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 971
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 995
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1011
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1024
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 1042
 Warning indentation Indentation 'getServerColumn' has incorrect indentation level 10, expected level should be 12. 1049
 Warning indentation Indentation 'getSeqNumColumn' has incorrect indentation level 10, expected level should be 12. 1051
 Warning indentation Indentation 'getStartCodeColumn' has incorrect indentation level 10, expected level should be 12. 1053
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1067
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1088
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1156
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1190
 Warning indentation Indentation 'regionA' has incorrect indentation level 8, expected level should be 10. 1214
 Warning indentation Indentation 'regionB' has incorrect indentation level 8, expected level should be 10. 1216
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 1291
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 10, expected level should be 12. 1295
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 10, expected level should be 12. 1298
 Warning indentation Indentation 'MultiRowMutationProtos' has incorrect indentation level 6, expected level should be 8. 1306
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1328
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1347
 Warning indentation Indentation '" with server="' has incorrect indentation level 6, expected level should be 8. 1353
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1364
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1396
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 1448
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 1449
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 1450
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1454
 Warning indentation Indentation 'hri' has incorrect indentation level 6, expected level should be 8. 1456
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1465
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1467
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1469

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/RegionLocations.java

Severity Category Rule Message Line
 Warning indentation Indentation 'otherLoc' has incorrect indentation level 8, expected level should be 10. 215
 Warning indentation Indentation 'newLocations' has incorrect indentation level 12, expected level should be 14. 233
 Warning indentation Indentation 'checkForEquals' has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'newLocations' has incorrect indentation level 10, expected level should be 12. 290

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/RegionTransition.java

Severity Category Rule Message Line
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'setEventTypeCode' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'mergeFrom' has incorrect indentation level 8, expected level should be 10. 125

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/RemoteExceptionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 87

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 275
 Warning indentation Indentation 'Strings' has incorrect indentation level 8, expected level should be 9. 276
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 325

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerName.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Pattern' has incorrect indentation level 4, expected level should be 6. 80
 Warning indentation Indentation 'parseStartcode' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'Addressing' has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 10, expected level should be 12. 376

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 583
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 593
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 619
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 629
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 639
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 768
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 778
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 869
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 899
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 912
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 922
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 953
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 964
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 977

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java

Severity Category Rule Message Line
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 414
 Warning indentation Indentation 'Retry' has incorrect indentation level 10, expected level should be 12. 421
 Warning indentation Indentation 'catch' child has incorrect indentation level 14, expected level should be 10. 732
 Warning indentation Indentation 'catch' child has incorrect indentation level 14, expected level should be 10. 734
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 1371
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 1372

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 122
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 123
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 124
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 125
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 129
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 130
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 4. 133
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 134
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 145
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 146
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 4. 149
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 151
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 152
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 154
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 155
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 224
 Warning indentation Indentation 'endKey' has incorrect indentation level 10, expected level should be 12. 225
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 254
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 263
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 267
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 272
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 278
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 280
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 282
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 283
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 4. 284
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 288
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 290
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 4. 291
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 292
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 295
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 296
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 299
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 4. 300
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 301
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 302
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 331
 Warning indentation Indentation 's' has incorrect indentation level 7, expected level should be 10. 332
 Warning indentation Indentation 'retries' has incorrect indentation level 7, expected level should be 10. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 349
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 354
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 360
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 362
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 364
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 365
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 367
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 368
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 714
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 716
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 717
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 718
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 6. 719
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 720
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 6. 721
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 6. 725
 Warning indentation Indentation 'catch' child has incorrect indentation level 11, expected level should be 8. 727
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 6. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 730
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 731
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 732

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientSmallScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'connection' has incorrect indentation level 8, expected level should be 10. 306

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 198
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 239
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 240
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 258

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterStatusListener.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 195

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionAdapter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 398

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 180
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 212
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 223
 Warning indentation Indentation 'ConnectionManager' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'clazz' has incorrect indentation level 8, expected level should be 10. 235

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 9, expected level should be one of the following: 8, 10, 12. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 7, expected level should be one of the following: 6, 8, 10. 232
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 286
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 353
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 379
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 405
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 419
 Warning indentation Indentation '"(connection key="' has incorrect indentation level 10, expected level should be 12. 500
 Warning indentation Indentation 'member def type' has incorrect indentation level 5, expected level should be 4. 609
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 5, expected level should be 4. 613
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 7, expected level should be 6. 614
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 5, expected level should be 4. 615
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 892
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 918
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 930
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 937
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 1044
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1059
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1065
 Warning indentation Indentation 'final' has incorrect indentation level 7, expected level should be 8. 1089
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1103
 Warning indentation Indentation 'RegionReplicaUtil' has incorrect indentation level 8, expected level should be 10. 1111
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 1137
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1138
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 1144
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1145
 Warning indentation Indentation '", attempt="' has incorrect indentation level 16, expected level should be 18. 1321
 Warning indentation Indentation 'localNumRetries' has incorrect indentation level 16, expected level should be 18. 1322
 Warning indentation Indentation 'ConnectionUtils' has incorrect indentation level 16, expected level should be 18. 1323
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1405
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1408
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 1438
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 1577
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1578
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1600
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 1648
 Warning indentation Indentation 'Long' has incorrect indentation level 12, expected level should be 14. 1677
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1699
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 1720
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 1727
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 1734
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 1932
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 2100
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 2113
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 2173
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 2212
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 2213
 Warning indentation Indentation 'ExecutorService' has incorrect indentation level 6, expected level should be 8. 2214
 Warning indentation Indentation 'Object' has incorrect indentation level 6, expected level should be 8. 2215
 Warning indentation Indentation 'Batch' has incorrect indentation level 6, expected level should be 8. 2216
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 2217
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 2230
 Warning indentation Indentation 'byte' has incorrect indentation level 6, expected level should be 8. 2231
 Warning indentation Indentation 'ExecutorService' has incorrect indentation level 6, expected level should be 8. 2232
 Warning indentation Indentation 'Object' has incorrect indentation level 6, expected level should be 8. 2233
 Warning indentation Indentation 'Batch' has incorrect indentation level 6, expected level should be 8. 2234
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 2235
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 2297
 Warning indentation Indentation '" closing it."' has incorrect indentation level 14, expected level should be 16. 2301
 Warning indentation Indentation '" It will be recreated next time someone needs it"' has incorrect indentation level 14, expected level should be 16. 2302
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 10, expected level should be 12. 2416
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 10, expected level should be 12. 2468
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 2507
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 10, expected level should be 12. 2513
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 2532

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'MasterlessConnection' has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'ExecutorService' has incorrect indentation level 6, expected level should be 8. 149

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/FlushRegionCallable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 6, expected level should be 8. 60

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Get.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 69
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 81
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 177
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 188
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 362
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 394
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 489

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 219
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 292
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 307
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 312
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 439
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 462
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 489
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 520
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 638
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 641
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 642
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 643
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 811
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 812
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 813
 Warning indentation Indentation 'tableName' has incorrect indentation level 10, expected level should be 12. 922
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 944
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 962
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 967
 Warning indentation Indentation '"enabled in "' has incorrect indentation level 10, expected level should be 12. 995
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1024
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1029
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1034
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 1055
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 1057
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 1058
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 1059
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 1060
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 1061
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1198
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1216
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 1242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 1244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 1245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 1246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 1247
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 1248
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1451
 Warning indentation Indentation 'throws' has incorrect indentation level 3, expected level should be 6. 1479
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1492
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1506
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1520
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1540
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1553
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1567
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1587
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1600
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1616
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1637
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1705
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1727
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1753
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1777
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1787
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1797
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1800
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1813
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1822
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1832
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1842
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1855
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1864
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1874
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1884
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1898
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1909
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1918
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1928
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1938
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1952
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1961
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1971
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1981
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2001
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 2008
 Warning indentation Indentation 'pair' has incorrect indentation level 14, expected level should be 16. 2017
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 14, expected level should be 16. 2018
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2040
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2053
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 2056
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 10, expected level should be 12. 2112
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2135
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 10, expected level should be 12. 2141
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2162
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2180
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2312
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2321
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2331
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2341
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2350
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 2357
 Warning indentation Indentation '(' has incorrect indentation level 11, expected level should be 12. 2366
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2382
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 2404
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 2428
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2446
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2463
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2468
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 2486
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 2489
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2600
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 2604
 Warning indentation Indentation '"Called by admin client "' has incorrect indentation level 6, expected level should be 8. 2606
 Warning indentation Indentation 'CreateNamespaceRequest' has incorrect indentation level 10, expected level should be 12. 2649
 Warning indentation Indentation 'setNamespaceDescriptor' has incorrect indentation level 10, expected level should be 12. 2669
 Warning indentation Indentation 'setNamespaceName' has incorrect indentation level 10, expected level should be 12. 2686
 Warning indentation Indentation 'master' has incorrect indentation level 14, expected level should be 16. 2723
 Warning indentation Indentation 'master' has incorrect indentation level 14, expected level should be 16. 2747
 Warning indentation Indentation 'master' has incorrect indentation level 14, expected level should be 16. 2772
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2792
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 2801
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 6. 2802
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 2804
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 2806
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 6. 2807
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 8. 2808
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 6. 2809
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 8. 2810
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 6. 2812
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 8. 2813
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 6. 2814
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 2815
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 2816
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 2817
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 6. 2818
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2832
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2834
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2846
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2866
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2906
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2985
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2988
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 2993
 Warning indentation Indentation 'pair' has incorrect indentation level 12, expected level should be 14. 3001
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3004
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3005
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3006
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 14. 3007
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 16. 3008
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 14. 3009
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3010
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3011
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3012
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 14. 3013
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 16. 3014
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 14. 3015
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3016
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3017
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3018
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3019
 Warning indentation Indentation 'pair' has incorrect indentation level 14, expected level should be 16. 3024
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 14, expected level should be 16. 3025
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 3031
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3051
 Warning indentation Indentation 'regionServerPair' has incorrect indentation level 8, expected level should be 10. 3063
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3077
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3087
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 3141
 Warning indentation Indentation 'IOException' has incorrect indentation level 6, expected level should be 7. 3143
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 3144
 Warning indentation Indentation 'SnapshotDescription' has incorrect indentation level 6, expected level should be 8. 3173
 Warning indentation Indentation '"ms while waiting for snapshot completion."' has incorrect indentation level 10, expected level should be 12. 3263
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 3376
 Warning indentation Indentation '" failed. Rollback to snapshot="' has incorrect indentation level 12, expected level should be 14. 3468
 Warning indentation Indentation '"ms while waiting for procedure completion."' has incorrect indentation level 10, expected level should be 12. 3641
 Warning indentation Indentation 'DeleteSnapshotRequest' has incorrect indentation level 10, expected level should be 12. 3839
 Warning indentation Indentation '"Failed to delete snapshot "' has incorrect indentation level 10, expected level should be 12. 3870
 Warning indentation Indentation 'ex' has incorrect indentation level 10, expected level should be 12. 3871
 Warning indentation Indentation 'UpdateConfigurationRequest' has incorrect indentation level 8, expected level should be 10. 3996

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 190
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 278
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 282
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 375
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 458
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 459
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 463
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 464
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 579

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 196
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 223

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HRegionLocator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 73
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 82

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 141
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 155
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 169
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 429
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 443
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 475
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 485
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 495
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 572
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 575
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 578
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 580
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 581
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 583
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 584
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 585
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 669
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 751
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 755
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 773
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 774
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 832
 Warning indentation Indentation 'rpcControllerFactory' has incorrect indentation level 6, expected level should be 8. 872
 Warning indentation Indentation 'tableConfiguration' has incorrect indentation level 6, expected level should be 8. 873
 Warning indentation Indentation 'operationTimeout' has incorrect indentation level 6, expected level should be 8. 874
 Warning indentation Indentation 'tableConfiguration' has incorrect indentation level 6, expected level should be 8. 875
 Warning indentation Indentation 'throws' has incorrect indentation level 5, expected level should be 6. 926
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 952
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 964
 Warning indentation Indentation 'getLocation' has incorrect indentation level 12, expected level should be 14. 975
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 991
 Warning indentation Indentation 'getLocation' has incorrect indentation level 12, expected level should be 14. 1048
 Warning indentation Indentation 'MultiRequest' has incorrect indentation level 12, expected level should be 14. 1051
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1083
 Warning indentation Indentation 'getLocation' has incorrect indentation level 14, expected level should be 16. 1091
 Warning indentation Indentation 'getLocation' has incorrect indentation level 12, expected level should be 14. 1123
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1140
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1154
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1165
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1182
 Warning indentation Indentation 'getLocation' has incorrect indentation level 14, expected level should be 16. 1190
 Warning indentation Indentation 'qualifier' has incorrect indentation level 14, expected level should be 16. 1191
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 14, expected level should be 16. 1194
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1211
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1213
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1240
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1242
 Warning indentation Indentation 'getLocation' has incorrect indentation level 14, expected level should be 16. 1251
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1270
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1272
 Warning indentation Indentation 'getLocation' has incorrect indentation level 14, expected level should be 16. 1280
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1299
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1301
 Warning indentation Indentation 'getLocation' has incorrect indentation level 14, expected level should be 16. 1310
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1328
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1440
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1441
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1451
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1753

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTableInterface.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 57

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTableMultiplexer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'multiplexer' has incorrect indentation level 8, expected level should be 10. 466
 Warning indentation Indentation '"Caught some exceptions "' has incorrect indentation level 10, expected level should be 12. 573
 Warning indentation Indentation '"Caught some exceptions "' has incorrect indentation level 10, expected level should be 12. 581

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTablePool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 158
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 160
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 161
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 164

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 162
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 213

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterKeepAliveConnection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 37

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetaCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cachedRegionLocations' has incorrect indentation level 2, expected level should be 6. 53
 Warning indentation Indentation 'new' has incorrect indentation level 2, expected level should be 6. 54
 Warning indentation Indentation 'getTableLocations' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'location' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'getTableLocations' has incorrect indentation level 4, expected level should be 6. 187
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 352

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetaScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 115
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 184
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 190
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 222
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 258
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 309
 Warning indentation Indentation 'extends' has incorrect indentation level 4, expected level should be 6. 373

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MultiAction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 42

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MultiServerCallable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HBaseProtos' has incorrect indentation level 8, expected level should be 10. 104

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 92
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 470
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 483

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 386

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Query.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 107

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 68

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionLocator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 59
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 67

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionReplicaUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 137

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegistryFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 34
 Warning indentation Indentation 'ZooKeeperRegistry' has incorrect indentation level 6, expected level should be 8. 36

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Result.java

Severity Category Rule Message Line
 Warning indentation Indentation 'familyMap' has incorrect indentation level 8, expected level should be 10. 692
 Warning indentation Indentation 'operator new lparen' has incorrect indentation level 10, expected level should be 8. 695
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 733
 Warning indentation Indentation 'familyEntry' has incorrect indentation level 6, expected level should be 8. 735
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 737
 Warning indentation Indentation 'familyEntry' has incorrect indentation level 8, expected level should be 10. 739
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 764
 Warning indentation Indentation 'familyMap' has incorrect indentation level 6, expected level should be 8. 766
 Warning indentation Indentation 'qualifierMap' has incorrect indentation level 6, expected level should be 8. 771

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 49
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 134

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCaller.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 116
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 195

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 154
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 327
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 343
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 787
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 805

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 234
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 261
 Warning indentation Indentation 'getConnection' has incorrect indentation level 16, expected level should be 18. 270
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 272
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 8, expected level should be 10. 353
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 368
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 376

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java

Severity Category Rule Message Line
 Warning indentation Indentation '", replica="' has incorrect indentation level 12, expected level should be 14. 245
 Warning indentation Indentation '" because slow and replica="' has incorrect indentation level 12, expected level should be 14. 246
 Warning indentation Indentation 'this' has incorrect indentation level 12, expected level should be 14. 247

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java

Severity Category Rule Message Line
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 142
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 144
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 156
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 6. 158
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 258
 Warning indentation Indentation 'CompareFilter' has incorrect indentation level 4, expected level should be 6. 275
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 313
 Warning indentation Indentation 'CompareFilter' has incorrect indentation level 4, expected level should be 6. 330
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 384
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 404
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 464
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 465
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 492
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 493
 Warning indentation Indentation 'Descriptors' has incorrect indentation level 4, expected level should be 6. 544
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 545
 Warning indentation Indentation 'Message' has incorrect indentation level 4, expected level should be 6. 579
 Warning indentation Indentation 'Batch' has incorrect indentation level 4, expected level should be 6. 580

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZooKeeperKeepAliveConnection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Configuration' has incorrect indentation level 4, expected level should be 6. 41
 Warning indentation Indentation 'ConnectionManager' has incorrect indentation level 4, expected level should be 6. 42

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZooKeeperRegistry.java

Severity Category Rule Message Line
 Warning indentation Indentation '"; servers = null"' has incorrect indentation level 12, expected level should be 14. 66
 Warning indentation Indentation '"; servers = "' has incorrect indentation level 12, expected level should be 14. 74
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 121
 Warning indentation Indentation 'finally' child has incorrect indentation level 7, expected level should be 6. 133
 Warning indentation Indentation 'finally' child has incorrect indentation level 8, expected level should be 6. 147

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/backoff/ClientBackoffPolicyFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 42

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 120
 Warning indentation Indentation 'R' has incorrect indentation level 2, expected level should be 6. 139
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 209
 Warning indentation Indentation 'R' has incorrect indentation level 2, expected level should be 6. 226
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 283
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 285
 Warning indentation Indentation 'long' has incorrect indentation level 2, expected level should be 6. 303
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 351
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 353
 Warning indentation Indentation 'S' has incorrect indentation level 2, expected level should be 6. 367
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 420
 Warning indentation Indentation 'Pair' has incorrect indentation level 2, expected level should be 6. 433
 Warning indentation Indentation 'double' has incorrect indentation level 2, expected level should be 6. 494
 Warning indentation Indentation 'Pair' has incorrect indentation level 2, expected level should be 6. 530
 Warning indentation Indentation 'double' has incorrect indentation level 2, expected level should be 6. 602
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 605
 Warning indentation Indentation 'Pair' has incorrect indentation level 2, expected level should be 6. 645
 Warning indentation Indentation 'getMedianArgs' has incorrect indentation level 2, expected level should be 6. 646
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 650
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 659
 Warning indentation Indentation 'R' has incorrect indentation level 2, expected level should be 6. 709
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 712
 Warning indentation Indentation 'R' has incorrect indentation level 2, expected level should be 6. 727
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 10. 786
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 787
 Warning indentation Indentation 'validateArgAndGetPB' has incorrect indentation level 2, expected level should be 6. 798
 Warning indentation Indentation '!=' has incorrect indentation level 7, expected level should be 8. 806

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'EmptyMsg' has incorrect indentation level 2, expected level should be 4. 41

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 49

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 140
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 141
 Warning indentation Indentation 'request' has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'rpcCallback' has incorrect indentation level 8, expected level should be 10. 155

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 189
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 191

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/coprocessor/ColumnInterpreter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Q' has incorrect indentation level 0, expected level should be 4. 58

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 1, expected level should be 0. 35
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 1, expected level should be 0. 36
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 1, expected level should be 0. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 2. 39
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 69
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 1, expected level should be 0. 70

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/executor/EventType.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 4, expected level should be 6. 299

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/BinaryComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 55
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 67

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/BinaryPrefixComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 69

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/BitComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 71
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 86

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ByteArrayComparable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 55
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 67

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ColumnCountGetFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 101

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ColumnPaginationFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 197

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ColumnPrefixFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 116
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 135

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ColumnRangeFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 197
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 215
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 6. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 6. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 6. 222

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/CompareFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ParseFilter' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 160

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/DependentColumnFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ParseFilter' has incorrect indentation level 8, expected level should be 10. 209
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 241
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 249

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FamilyFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 59
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 86
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 98
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 129

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/Filter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 0, expected level should be 2. 177

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 241
 Warning indentation Indentation 'justification' has incorrect indentation level 4, expected level should be 6. 248
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 267
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 268
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 269
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 270
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 271
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 272
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 273
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 274
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 275
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 276
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 284
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 285
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 286
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 287
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 288
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 289
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 290
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 291
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 292
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 294
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 295
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 296
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 297
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 298
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 299
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 300
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 301
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 302
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 303
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 304
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 363
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 379

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterWrapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 71

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FirstKeyOnlyFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 100

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 87
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 101

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FuzzyRowFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 81
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 82
 Warning indentation Indentation 'cell' has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 181
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 430

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'buffer' has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 114

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 105

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/LongComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 432
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 433
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 434

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 85
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 134

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/NullComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 78

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/PageFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 112

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ParseConstants.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 169
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 182

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ParseFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 113
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 124
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 208
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 236
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 518
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 544
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 571
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 601

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/PrefixFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 119

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/QualifierFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 86
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 98
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 106

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RandomRowFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 135

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 373
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 377

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RowFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 114
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 122

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 101
 Warning indentation Indentation 'SingleColumnValueFilter' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'tempFilter' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'tempFilter' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 149
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 159

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 202
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 204
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 206
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 208
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 210
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 212
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 213
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 214
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 215
 Warning indentation Indentation 'ParseFilter' has incorrect indentation level 6, expected level should be 8. 284
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 309
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 339
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 348

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/SkipFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 113

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/SubstringComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ComparatorProtos' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 87

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/TimestampsFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 135

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ValueFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 94
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 6, expected level should be 8. 102

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/WhileMatchFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FilterProtos' has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 116

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 151

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncRpcClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 251
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 254
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 257
 Warning indentation Indentation 'else' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 258
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 260
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 261
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 262
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 263
 Warning indentation Indentation 'catch' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 264
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 18, 20, 22. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 267
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be one of the following: 18, 20, 22. 268
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 269
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 270
 Warning indentation Indentation 'catch' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 271
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 272
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 274
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 275
 Warning indentation Indentation 'connection' has incorrect indentation level 10, expected level should be 12. 405
 Warning indentation Indentation 'System' has incorrect indentation level 10, expected level should be 12. 406

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/ConnectionId.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 68

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/IPCUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 94
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 95
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 116
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 117
 Warning indentation Indentation '"; up hbase.ipc.cellblock.building.initial.buffersize?"' has incorrect indentation level 10, expected level should be 12. 163
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 177
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 191
 Warning indentation Indentation 'compressor' has incorrect indentation level 8, expected level should be 10. 200
 Warning indentation Indentation 'poolDecompressor' has incorrect indentation level 8, expected level should be 10. 201
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 255
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 265
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 266

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 129
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 268
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 298
 Warning indentation Indentation '", sasl="' has incorrect indentation level 10, expected level should be 12. 344
 Warning indentation Indentation 'remoteId' has incorrect indentation level 8, expected level should be 10. 365
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 366
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 367
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 476
 Warning indentation Indentation '" after sleeping "' has incorrect indentation level 8, expected level should be 10. 492
 Warning indentation Indentation '" time(s)."' has incorrect indentation level 8, expected level should be 10. 493
 Warning indentation Indentation 'UserGroupInformation' has incorrect indentation level 8, expected level should be 10. 593
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 634
 Warning indentation Indentation 'UserGroupInformation' has incorrect indentation level 14, expected level should be 18. 660
 Warning indentation Indentation '" to "' has incorrect indentation level 14, expected level should be 18. 661
 Warning indentation Indentation '" The most likely cause is missing or invalid credentials."' has incorrect indentation level 14, expected level should be 16. 674
 Warning indentation Indentation '" Consider 'kinit'."' has incorrect indentation level 14, expected level should be 16. 675
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 1157
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 1163
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 1165
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 1166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 1167
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1266
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1270

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/master/RegionState.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 66
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 67
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 68
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 69
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 70
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 71
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 73
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 74
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 76
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 77
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 79
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 80
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 82
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 83
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 84
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 85
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 86
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 87
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 88
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 89
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 91
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 92
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 98
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 101
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 104
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 106
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 127
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 129
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 132
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 142
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 143
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 144
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 145
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 146
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 147
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 150
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 151
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 152
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 156
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 158
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 159
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 160
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 162
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 165
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 166
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 171

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'justification' has incorrect indentation level 2, expected level should be 4. 170
 Warning indentation Indentation 'PRIMITIVES' has incorrect indentation level 4, expected level should be 6. 181
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 194
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 196
 Warning indentation Indentation 'HBaseProtos' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 405
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 406
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 407
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 409
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 410
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 411
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 412
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 413
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 414
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 415
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 416
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 426
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 427
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 428
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 429
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 430
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 431
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 432
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 433
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 434
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 435
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 436
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 437
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 532
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 545
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 633
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 646
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 717
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 796
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 6, expected level should be 8. 867
 Warning indentation Indentation 'HBaseProtos' has incorrect indentation level 8, expected level should be 10. 886
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 6, expected level should be 8. 1039
 Warning indentation Indentation 'HBaseProtos' has incorrect indentation level 8, expected level should be 10. 1049
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1104
 Warning indentation Indentation 'HBaseProtos' has incorrect indentation level 8, expected level should be 10. 1114
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1154
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1167
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1178
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1233
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1366
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1425
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 1431
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 1455
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1491
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1492
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1493
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1494
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1495
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1496
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1497
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1498
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1499
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1514
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1515
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1516
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1517
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1518
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1519
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1520
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1521
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1522
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1523
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 1541
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1574
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1599
 Warning indentation Indentation 'client' has incorrect indentation level 8, expected level should be 10. 1602
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1624
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1625
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 8, expected level should be 10. 1686
 Warning indentation Indentation 'admin' has incorrect indentation level 8, expected level should be 10. 1688
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1707
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1731
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1771
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1789
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1823
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1845
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1847
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1867
 Warning indentation Indentation 'buildGrantRequest' has incorrect indentation level 6, expected level should be 8. 2172
 Warning indentation Indentation 'buildGrantRequest' has incorrect indentation level 6, expected level should be 8. 2200
 Warning indentation Indentation 'buildGrantRequest' has incorrect indentation level 6, expected level should be 8. 2224
 Warning indentation Indentation 'buildRevokeRequest' has incorrect indentation level 6, expected level should be 8. 2247
 Warning indentation Indentation 'buildRevokeRequest' has incorrect indentation level 6, expected level should be 8. 2275
 Warning indentation Indentation 'buildRevokeRequest' has incorrect indentation level 6, expected level should be 8. 2300
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 6, expected level should be 8. 2316
 Warning indentation Indentation 'protocol' has incorrect indentation level 6, expected level should be 8. 2320
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 6, expected level should be 8. 2341
 Warning indentation Indentation 'protocol' has incorrect indentation level 6, expected level should be 8. 2348
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 6, expected level should be 8. 2369
 Warning indentation Indentation 'protocol' has incorrect indentation level 6, expected level should be 8. 2376
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 6, expected level should be 8. 2552
 Warning indentation Indentation 'T' has incorrect indentation level 2, expected level should be 6. 2571
 Warning indentation Indentation 'getStringForByteString' has incorrect indentation level 8, expected level should be 10. 2693
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 8, expected level should be 10. 2845
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2875
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2876
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2877
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2878
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2879
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2880
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2881
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2882
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2883
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2884
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2885
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2886
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2887
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2888
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2889
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2890
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2901
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2902
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2903
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2904
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2905
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2906
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2907
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2908
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2909
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2910
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2911
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2912
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2913
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2914
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2915
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2916
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2927
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2928
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2929
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2930
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2931
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2932
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2943
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2944
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2945
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2946
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2947
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2948
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2959
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2960
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2961
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2962
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2963
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2964
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2975
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2976
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2977
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2978
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2979
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2980
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2991
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2992
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2993
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2994
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 3005
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 3006
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 3007
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 3008

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 6, expected level should be 8. 147
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation 'row' has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 260
 Warning indentation Indentation 'row' has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation 'MutationProto' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'MutationProto' has incorrect indentation level 6, expected level should be 8. 352
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 367
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 388
 Warning indentation Indentation 'MutationProto' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 406
 Warning indentation Indentation 'getRegionActionBuilderWithRegion' has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 446
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 488
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 551
 Warning indentation Indentation 'setMutation' has incorrect indentation level 10, expected level should be 12. 586
 Warning indentation Indentation 'setMutation' has incorrect indentation level 10, expected level should be 12. 589
 Warning indentation Indentation 'RegionAction' has incorrect indentation level 6, expected level should be 8. 635
 Warning indentation Indentation 'setMutation' has incorrect indentation level 10, expected level should be 12. 648
 Warning indentation Indentation 'setMutation' has incorrect indentation level 12, expected level should be 14. 660
 Warning indentation Indentation 'setMutation' has incorrect indentation level 12, expected level should be 14. 663
 Warning indentation Indentation 'MutationType' has incorrect indentation level 10, expected level should be 12. 669
 Warning indentation Indentation 'MutationType' has incorrect indentation level 10, expected level should be 12. 674
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 710
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 725
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 727
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 728
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 5, expected level should be 7. 729
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 730
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 732
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 733
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 740
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 741
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 742
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 750
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 752
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 753
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 761
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 763
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 764
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 5, expected level should be 7. 765
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 766
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 767
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 768
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 769
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 779
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 782
 Warning indentation Indentation 'for' has incorrect indentation level 3, expected level should be 4. 783
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 784
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 785
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 786
 Warning indentation Indentation 'regionOpenInfo' has incorrect indentation level 7, expected level should be 9. 787
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 3, expected level should be 4. 788
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 789
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 790
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 791
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 792
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 793
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 805
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 808
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 809
 Warning indentation Indentation 'openForReplay' has incorrect indentation level 5, expected level should be 7. 810
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 811
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 812
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 813
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 814
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 815
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 822
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 824
 Warning indentation Indentation 'for' has incorrect indentation level 3, expected level should be 4. 825
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 826
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 827
 Warning indentation Indentation 'for' has incorrect indentation level 5, expected level should be 6. 828
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 8. 829
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 5, expected level should be 6. 830
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 831
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 3, expected level should be 4. 832
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 833
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 834
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 843
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 845
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 846
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 5, expected level should be 7. 847
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 849
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 850
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 852
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 853
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 854
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 857
 Warning indentation Indentation 'ServerName' has incorrect indentation level 4, expected level should be 6. 858
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 6, expected level should be 8. 861
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 891
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 894
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 895
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 5, expected level should be 7. 896
 Warning indentation Indentation 'Bytes' has incorrect indentation level 5, expected level should be 7. 897
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 898
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 899
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 900
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 901
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 902
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 903
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 904
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 913
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 915
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 916
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 5, expected level should be 7. 917
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 918
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 919
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 920
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 921
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 922
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 923
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 952
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 954
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 955
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 5, expected level should be 7. 956
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 957
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 958
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 959
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 960
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 3, expected level should be 4. 961
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 962
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 963
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 1, expected level should be 2. 968
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 976
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 977
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 978
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 1, expected level should be 2. 983
 Warning indentation Indentation 'GetServerInfoRequest' has incorrect indentation level 3, expected level should be 5. 984
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 991
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 992
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 993
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 1001
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1002
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1003
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1004
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 1005
 Warning indentation Indentation 'buildRegionSpecifier' has incorrect indentation level 6, expected level should be 8. 1106
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 8, expected level should be 10. 1109
 Warning indentation Indentation 'RunCatalogScanRequest' has incorrect indentation level 4, expected level should be 6. 1381
 Warning indentation Indentation 'IsCatalogJanitorEnabledRequest' has incorrect indentation level 4, expected level should be 6. 1403

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ResponseConverter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 83
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'ByteString' has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'method def lparen' has incorrect indentation level 6, expected level should be 2. 212
 Warning indentation Indentation 'method def lparen' has incorrect indentation level 6, expected level should be 2. 242
 Warning indentation Indentation 'response' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 356
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 365

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaSettings.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 107
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 111
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 112
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 113
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 119
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 120

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaSettingsFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ThrottleType' has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation 'ThrottleType' has incorrect indentation level 8, expected level should be 10. 104

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaTableUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 4, expected level should be 6. 62

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/ThrottleSettings.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 69
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 70
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 71
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 72
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 73
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 74
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 75
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 76

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerZKImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 107
 Warning indentation Indentation 'ReplicationStateZKBase' has incorrect indentation level 8, expected level should be 10. 224

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'toByteArray' has incorrect indentation level 8, expected level should be 10. 123
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 253
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 406
 Warning indentation Indentation '", new cluster="' has incorrect indentation level 8, expected level should be 10. 411
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 538
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 539
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 545
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 546
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 547

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueueInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 81
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 82
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 84
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 86
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 14. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 16. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 14. 89
 Warning indentation Indentation 'else' child has incorrect indentation level 14, expected level should be 16. 90
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 14. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 98

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueuesZKImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 10, expected level should be 12. 392

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/EncryptionUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'wrappedKey' has incorrect indentation level 6, expected level should be 8. 130

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/HBaseSaslRpcClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 109
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 131

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/SaslClientHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 94
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 118

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 313

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/TablePermission.java

Severity Category Rule Message Line
 Warning indentation Indentation 'justification' has incorrect indentation level 4, expected level should be 6. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 365

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 10, expected level should be 14. 92
 Warning indentation Indentation 'table' has incorrect indentation level 10, expected level should be 12. 110
 Warning indentation Indentation 'table' has incorrect indentation level 10, expected level should be 12. 160

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/TablePartiallyOpenException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 2. 58

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/util/PoolMap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 272
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 274
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 276
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 277

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/util/Writables.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 100
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 119
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 120
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 158

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.zookeeper.server.kerberos.principal"' has incorrect indentation level 8, expected level should be 10. 76
 Warning indentation Indentation 'zkConfig' has incorrect indentation level 8, expected level should be 10. 77
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 146

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MasterAddressTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 145
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 210

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 188
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 206
 Warning indentation Indentation '" Reason: "' has incorrect indentation level 12, expected level should be 14. 246
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 264
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 280
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 315
 Warning indentation Indentation '" at address="' has incorrect indentation level 6, expected level should be 8. 343
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 362
 Warning indentation Indentation 'ServerName' has incorrect indentation level 4, expected level should be 6. 375
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 376
 Warning indentation Indentation 'cause' has incorrect indentation level 8, expected level should be 10. 408
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 446
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 447
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 448
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 12, expected level should be 14. 487
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 521
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 526
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 579
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 593

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 103
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 112
 Warning indentation Indentation '" connecting to ZooKeeper ensemble="' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation '" was: 0x"' has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation '" is: 0x"' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 171
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 215
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 247
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 279
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 289
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 321
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 353
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 386
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 421
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 483
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 551
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 586
 Warning indentation Indentation 'create' has incorrect indentation level 10, expected level should be 12. 594
 Warning indentation Indentation 'setData' has incorrect indentation level 10, expected level should be 12. 601
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 613
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 4, expected level should be 6. 635
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 642

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKAssign.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 140
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 148
 Warning indentation Indentation 'RegionTransition' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 173
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'RegionTransition' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 267
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 294
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 322
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 350
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 380
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 410
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 441
 Warning indentation Indentation '"node "' has incorrect indentation level 8, expected level should be 10. 444
 Warning indentation Indentation 'expectedState' has incorrect indentation level 8, expected level should be 10. 458
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 464
 Warning indentation Indentation '" the expected one. Got a version mismatch"' has incorrect indentation level 8, expected level should be 10. 470
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 496
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 526
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 528
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 565
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 599
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 606
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 639
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 712
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 794
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 802
 Warning indentation Indentation '" from "' has incorrect indentation level 8, expected level should be 10. 806
 Warning indentation Indentation '"unassigned node for "' has incorrect indentation level 8, expected level should be 10. 823
 Warning indentation Indentation '" from "' has incorrect indentation level 8, expected level should be 10. 824
 Warning indentation Indentation '"the node existed but was version "' has incorrect indentation level 8, expected level should be 10. 825
 Warning indentation Indentation '" not the expected version "' has incorrect indentation level 8, expected level should be 10. 826
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 827
 Warning indentation Indentation '"unassigned node for "' has incorrect indentation level 8, expected level should be 10. 849
 Warning indentation Indentation '" from "' has incorrect indentation level 8, expected level should be 10. 850
 Warning indentation Indentation '"the server that tried to transition was "' has incorrect indentation level 8, expected level should be 10. 851
 Warning indentation Indentation '" not the expected "' has incorrect indentation level 8, expected level should be 10. 852
 Warning indentation Indentation '?' has incorrect indentation level 8, expected level should be 10. 860
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 862
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 863
 Warning indentation Indentation '"unassigned node for "' has incorrect indentation level 8, expected level should be 12. 873
 Warning indentation Indentation '" from "' has incorrect indentation level 8, expected level should be 12. 874
 Warning indentation Indentation '"the node existed and was in the expected state but then when "' has incorrect indentation level 8, expected level should be 12. 875
 Warning indentation Indentation '"setting data we got a version mismatch"' has incorrect indentation level 8, expected level should be 12. 876
 Warning indentation Indentation '" from "' has incorrect indentation level 10, expected level should be 12. 881
 Warning indentation Indentation '"unassigned node for "' has incorrect indentation level 8, expected level should be 10. 886
 Warning indentation Indentation '" from "' has incorrect indentation level 8, expected level should be 10. 887
 Warning indentation Indentation '"the node existed and was in the expected state but then when "' has incorrect indentation level 8, expected level should be 10. 888
 Warning indentation Indentation '"setting data it no longer existed"' has incorrect indentation level 8, expected level should be 10. 889
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 918
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 939
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 960
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 982
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 997
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1011
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 8, expected level should be 10. 1014
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1031
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 8, expected level should be 10. 1034

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKClusterId.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 64

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKConfig.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cl' has incorrect indentation level 8, expected level should be 10. 90
 Warning indentation Indentation '"' since '"' has incorrect indentation level 10, expected level should be 12. 102
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 184

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTableStateClientSideReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'ZooKeeperWatcher' has incorrect indentation level 4, expected level should be 6. 151
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 4, expected level should be 6. 152
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 165

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 128
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 135
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 141
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 152
 Warning indentation Indentation '"zookeeper-server-keytab-kerberos"' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation '"zookeeper-client-keytab-kerberos"' has incorrect indentation level 6, expected level should be 8. 255
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 276
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 485
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 539
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 576
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 631
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 688
 Warning indentation Indentation '"because node does not exist (not an error)"' has incorrect indentation level 6, expected level should be 10. 693
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 720
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 771
 Warning indentation Indentation '"because node does not exist (not an error)"' has incorrect indentation level 8, expected level should be 10. 803
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 833
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 873
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 904
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 938
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 958
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 983
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 988
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1076
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1116
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1184
 Warning indentation Indentation 'try' child has incorrect indentation level 5, expected level should be 6. 1194
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1251
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1257
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1292
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1310
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1335
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1345
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1364
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1366
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1390
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1650
 Warning indentation Indentation 'switch' has incorrect indentation level 7, expected level should be 8. 1703
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 1704
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 1705
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 1706
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 1707
 Warning indentation Indentation 'if' has incorrect indentation level 11, expected level should be 12. 1710
 Warning indentation Indentation 'if' child has incorrect indentation level 13, expected level should be 14. 1711
 Warning indentation Indentation 'method call' child has incorrect indentation level 15, expected level should be 16. 1712
 Warning indentation Indentation 'method call' child has incorrect indentation level 15, expected level should be 16. 1713
 Warning indentation Indentation 'if' child has incorrect indentation level 13, expected level should be 14. 1714
 Warning indentation Indentation 'if' child has incorrect indentation level 13, expected level should be 14. 1715
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 12. 1716
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1767
 Warning indentation Indentation '"replication"' has incorrect indentation level 6, expected level should be 8. 1819
 Warning indentation Indentation 'StringBuilder' has incorrect indentation level 4, expected level should be 6. 1868
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 1882
 Warning indentation Indentation 'mergeFrom' has incorrect indentation level 8, expected level should be 10. 1883
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 1884
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 1886
 Warning indentation Indentation '"peer-state"' has incorrect indentation level 6, expected level should be 8. 1896
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1923
 Warning indentation Indentation 'socket' has incorrect indentation level 6, expected level should be 8. 1940
 Warning indentation Indentation '" byte(s) of data from znode "' has incorrect indentation level 6, expected level should be 8. 1960
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1961
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1962
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 2024
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2025
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 2046

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 103
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 117
 Warning indentation Indentation '"Got exception while trying to check existence in ZooKeeper"' has incorrect indentation level 12, expected level should be 14. 140
 Warning indentation Indentation '" of the node: "' has incorrect indentation level 12, expected level should be 14. 141

Hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 78
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 119
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 155
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 224
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 464
 Warning indentation Indentation '"for the stack trace when constructor was called on this zkw"' has incorrect indentation level 12, expected level should be 14. 478
 Warning indentation Indentation 'this' has incorrect indentation level 12, expected level should be 14. 479
 Warning indentation Indentation '"ZooKeeper, aborting"' has incorrect indentation level 10, expected level should be 12. 495
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 540

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/TestHColumnDescriptor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 6, expected level should be 8. 39

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/TestInterfaceAudienceAnnotations.java

Severity Category Rule Message Line
 Warning indentation Indentation '!' has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 216
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 218
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 252
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 271

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 196
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 299
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1035
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1036
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1037
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1038
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1039
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1040
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1041
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1042
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1043
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1044
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1045
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 4, expected level should be 6. 1046

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java

Severity Category Rule Message Line
 Warning indentation Indentation 'backoffTime' has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation 'ExponentialClientBackoffPolicy' has incorrect indentation level 6, expected level should be 8. 129

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientNoCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 133
 Warning indentation Indentation 'RegionServerStoppedOnScannerOpenConnection' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'RegionServerStoppedOnScannerOpenConnection' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation 'RegionServerStoppedOnScannerOpenConnection' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 261
 Warning indentation Indentation 'thenReturn' has incorrect indentation level 10, expected level should be 12. 274
 Warning indentation Indentation 'thenThrow' has incorrect indentation level 10, expected level should be 12. 275
 Warning indentation Indentation 'thenReturn' has incorrect indentation level 10, expected level should be 12. 276
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 293
 Warning indentation Indentation 'thenReturn' has incorrect indentation level 10, expected level should be 12. 306
 Warning indentation Indentation 'thenThrow' has incorrect indentation level 10, expected level should be 12. 307
 Warning indentation Indentation 'thenReturn' has incorrect indentation level 10, expected level should be 12. 308
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 325
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 329
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 352
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 365
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 441
 Warning indentation Indentation 'request' has incorrect indentation level 8, expected level should be 10. 443
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 489
 Warning indentation Indentation 'request' has incorrect indentation level 6, expected level should be 8. 516
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 517
 Warning indentation Indentation 'request' has incorrect indentation level 6, expected level should be 8. 535
 Warning indentation Indentation 'bytes' has incorrect indentation level 10, expected level should be 12. 548
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 569
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 570
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 571
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 572
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 573
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 689
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 696
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 6. 751
 Warning indentation Indentation 'ManyServersManyRegionsConnection' has incorrect indentation level 6, expected level should be 8. 776

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 's' has incorrect indentation level 7, expected level should be 10. 116
 Warning indentation Indentation 'getRetries' has incorrect indentation level 7, expected level should be 10. 117
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 157
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 218
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 285
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 366
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 444

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestGet.java

Severity Category Rule Message Line
 Warning indentation Indentation '"CgFyIosBCilvcmcuYXBhY2hlLmhhZG9vcC5oYmFzZS5maWx0ZXIuRmlsdGVyTGlzdBJeCAESEwoP"' has incorrect indentation level 4, expected level should be 6. 57
 Warning indentation Indentation '"dGVzdC5Nb2NrRmlsdGVyEgASEQoNbXkuTW9ja0ZpbHRlchIAEjIKLG9yZy5hcGFjaGUuaGFkb29w"' has incorrect indentation level 4, expected level should be 6. 58
 Warning indentation Indentation '"LmhiYXNlLmZpbHRlci5LZXlPbmx5RmlsdGVyEgIIADABOAE="' has incorrect indentation level 4, expected level should be 6. 59
 Warning indentation Indentation '"UEsDBBQACAgIANWDlEMAAAAAAAAAAAAAAAAJAAQATUVUQS1JTkYv/soAAAMAUEsHCAAAAAACAAAA"' has incorrect indentation level 4, expected level should be 6. 62
 Warning indentation Indentation '"AAAAAFBLAwQUAAgICADVg5RDAAAAAAAAAAAAAAAAFAAAAE1FVEEtSU5GL01BTklGRVNULk1G803M"' has incorrect indentation level 4, expected level should be 6. 63
 Warning indentation Indentation '"y0xLLS7RDUstKs7Mz7NSMNQz4OVyLkpNLElN0XWqBAmY6xnEG1gqaPgXJSbnpCo45xcV5BcllgCV"' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation '"a/Jy8XIBAFBLBwgxyqRbQwAAAEQAAABQSwMEFAAICAgAUoOUQwAAAAAAAAAAAAAAABMAAABteS9N"' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation '"b2NrRmlsdGVyLmNsYXNzdZHPTsJAEMa/LYVCRVFQMd68gQc38YrxUJUTetGQGE7bstrVwjbbYsSn"' has incorrect indentation level 4, expected level should be 6. 66
 Warning indentation Indentation '"0hOJJj6AD2WcFoP/4iYzX+bb32xmd9/en18B7GPLhY11BxsurEw3GUoHaqzSQ4ZCq91nsI/0UDLU"' has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation '"emoszyYjX5oL4Ufk1Hs6EFFfGJXVn6adhirJ6NGUn+rgtquiVJoOQyUWJpFdo0cMjdbAa/8hnNj3"' has incorrect indentation level 4, expected level should be 6. 68
 Warning indentation Indentation '"pqmkbmvgMbgn94GMU6XHiYMm1ed6YgJJeDbNV+fejbgTVRRRYlj+cSZDW5trLmIRhJKHYqh1zENf"' has incorrect indentation level 4, expected level should be 6. 69
 Warning indentation Indentation '"JJJf5QCfcx45DJ3/WLmYgx/LRNJ1I/UgMmMxIXbo9WxkywLLZqHsUMVJGWlxdwb2lG+XKZdys4kK"' has incorrect indentation level 4, expected level should be 6. 70
 Warning indentation Indentation '"5eocgIsl0grVy0Q5+e9Y+V75BdblDIXHX/3b3/rLWEGNdJXCJmeNop7zjQ9QSwcI1kzyMToBAADs"' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation '"AQAAUEsDBBQACAgIAFKDlEMAAAAAAAAAAAAAAAAVAAAAdGVzdC9Nb2NrRmlsdGVyLmNsYXNzdVHB"' has incorrect indentation level 4, expected level should be 6. 72
 Warning indentation Indentation '"TsJAFJwthUJFERQx3ryBBzfxivFQlRN60ZAYTtuy2tXCNtti1K/SE4kmfoAfZXwtBg3RTd6bzOy8"' has incorrect indentation level 4, expected level should be 6. 73
 Warning indentation Indentation '"zezux+frO4ADbLuwsemg6cLKcIuhdKgmKj1iKLQ7Awb7WI8kQ62vJvJ8OvaluRR+REqjrwMRDYRR"' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation '"Gf8W7TRUCUO9n8ok5Wc6uOupKJWmy1CJhUlkz+gxQ7M99Dp/eJzY9x5JZrCGHoN7+hDIOFV6kjho"' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation '"Eb/QUxNIsmeJfib3b8W9qKKIEslLpzJ0tLnhIhZBKHkoRlrHPPRFIvl1buBzn0cKQ/c/r1wk4Scy"' has incorrect indentation level 4, expected level should be 6. 76
 Warning indentation Indentation '"kXTpSD2JTFhkxC69oY1sWWBZGuoOMU7ICIt7M7CXfLtMvZSLLVSoV+cGuFghrBBfJZeT/5GV75Xf"' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation '"YF3NUHhemt/5NV/GGmqE61Q2KXWqRu7f+AJQSwcIrS5nKDoBAADyAQAAUEsBAhQAFAAICAgA1YOU"' has incorrect indentation level 4, expected level should be 6. 78
 Warning indentation Indentation '"QwAAAAACAAAAAAAAAAkABAAAAAAAAAAAAAAAAAAAAE1FVEEtSU5GL/7KAABQSwECFAAUAAgICADV"' has incorrect indentation level 4, expected level should be 6. 79
 Warning indentation Indentation '"g5RDMcqkW0MAAABEAAAAFAAAAAAAAAAAAAAAAAA9AAAATUVUQS1JTkYvTUFOSUZFU1QuTUZQSwEC"' has incorrect indentation level 4, expected level should be 6. 80
 Warning indentation Indentation '"FAAUAAgICABSg5RD1kzyMToBAADsAQAAEwAAAAAAAAAAAAAAAADCAAAAbXkvTW9ja0ZpbHRlci5j"' has incorrect indentation level 4, expected level should be 6. 81
 Warning indentation Indentation '"bGFzc1BLAQIUABQACAgIAFKDlEOtLmcoOgEAAPIBAAAVAAAAAAAAAAAAAAAAAD0CAAB0ZXN0L01v"' has incorrect indentation level 4, expected level should be 6. 82
 Warning indentation Indentation '"Y2tGaWx0ZXIuY2xhc3NQSwUGAAAAAAQABAABAQAAugMAAAAA"' has incorrect indentation level 4, expected level should be 6. 83
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'instanceof' has incorrect indentation level 8, expected level should be 10. 191

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestProcedureFuture.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 8, expected level should be 10. 173

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotFromAdmin.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'mockMaster' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'builder' has incorrect indentation level 6, expected level should be 8. 99

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestIPCUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 70
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 76
 Warning indentation Indentation 'CellUtil' has incorrect indentation level 6, expected level should be 8. 79
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 147
 Warning indentation Indentation '", count="' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 169

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestPayloadCarryingRpcController.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cell' has incorrect indentation level 8, expected level should be 10. 53

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/security/TestEncryptionUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 65
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 99

Hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/util/BuilderStyleTest.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 70

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation 'cell' has incorrect indentation level 6, expected level should be 8. 282

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cell' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'cell' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'destinationOffset' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'cell' has incorrect indentation level 6, expected level should be 8. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 4, expected level should be 6. 549
 Warning indentation Indentation 'cell' has incorrect indentation level 6, expected level should be 8. 743
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 746
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 750

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/ChoreService.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Integer' has incorrect indentation level 6, expected level should be 8. 362

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CompoundConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 199
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 247

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation 'catch' child has incorrect indentation level 7, expected level should be 6. 133
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 163

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseIOException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 47

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 4, expected level should be 6. 78
 Warning indentation Indentation '"hbase.regionserver.info.port"' has incorrect indentation level 4, expected level should be 6. 232
 Warning indentation Indentation '"hbase.client.meta.operation.timeout"' has incorrect indentation level 4, expected level should be 6. 280
 Warning indentation Indentation '"hbase.hstore.open.and.close.threads.max"' has incorrect indentation level 4, expected level should be 6. 334
 Warning indentation Indentation '"org.apache.hadoop.hbase.replication.regionserver.Replication"' has incorrect indentation level 4, expected level should be 6. 807
 Warning indentation Indentation '"hbase.regionserver.hostname.seen.by.master"' has incorrect indentation level 4, expected level should be 6. 813
 Warning indentation Indentation '"hbase.regionserver.region.split.policy"' has incorrect indentation level 4, expected level should be 6. 819
 Warning indentation Indentation '"hfile.block.cache.size"' has incorrect indentation level 4, expected level should be 6. 828
 Warning indentation Indentation '"hbase.regionserver.wal.enablecompression"' has incorrect indentation level 4, expected level should be 6. 936
 Warning indentation Indentation 'Collections' has incorrect indentation level 4, expected level should be 6. 1001
 Warning indentation Indentation 'Collections' has incorrect indentation level 4, expected level should be 6. 1007
 Warning indentation Indentation '"hbase.crypto.master.alternate.key.name"' has incorrect indentation level 4, expected level should be 6. 1074
 Warning indentation Indentation '"hbase.coordinated.state.manager.class"' has incorrect indentation level 4, expected level should be 6. 1100

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 4, expected level should be 6. 136
 Warning indentation Indentation 'Bytes' has incorrect indentation level 4, expected level should be 6. 137
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 267
 Warning indentation Indentation 'family' has incorrect indentation level 6, expected level should be 8. 462
 Warning indentation Indentation 'qualifier' has incorrect indentation level 6, expected level should be 8. 463
 Warning indentation Indentation 'timestamp' has incorrect indentation level 6, expected level should be 8. 464
 Warning indentation Indentation 'value' has incorrect indentation level 6, expected level should be 8. 465
 Warning indentation Indentation 'qlength' has incorrect indentation level 6, expected level should be 8. 579
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 615
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 616
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 620
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 2. 621
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1239
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1241
 Warning indentation Indentation 'columnlength' has incorrect indentation level 6, expected level should be 8. 1242
 Warning indentation Indentation 'cell' has incorrect indentation level 8, expected level should be 10. 1966
 Warning indentation Indentation 'row' has incorrect indentation level 8, expected level should be 10. 1967
 Warning indentation Indentation 'right' has incorrect indentation level 8, expected level should be 10. 2063
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 2071
 Warning indentation Indentation 'rightKey' has incorrect indentation level 8, expected level should be 10. 2360
 Warning indentation Indentation 'rightCommonLength' has incorrect indentation level 10, expected level should be 12. 2363

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValueTestUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 53
 Warning indentation Indentation 'maxQualifierStringLength' has incorrect indentation level 8, expected level should be 10. 133

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/NamespaceDescriptor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_NAMESPACE_NAME_STR' has incorrect indentation level 4, expected level should be 6. 54
 Warning indentation Indentation 'SYSTEM_NAMESPACE_NAME_STR' has incorrect indentation level 4, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 196

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/TableName.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 171
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 522

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/codec/CellCodec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 70

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/BoundedByteBufferPool.java

Severity Category Rule Message Line
 Warning indentation Indentation '", totalCapacity="' has incorrect indentation level 8, expected level should be 10. 90
 Warning indentation Indentation '", alloctions="' has incorrect indentation level 8, expected level should be 10. 91

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBufferInputStream.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 36

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/ImmutableBytesWritable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 48
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 235

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 74
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 93

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Cipher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 88
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 98
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 110
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 120

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Encryption.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 429
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 430
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 431
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 432
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 4, expected level should be 6. 433
 Warning indentation Indentation 'catch' child has incorrect indentation level 6, expected level should be 8. 434
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 4, expected level should be 6. 435
 Warning indentation Indentation 'DefaultCipherProvider' has incorrect indentation level 6, expected level should be 8. 524
 Warning indentation Indentation 'ReflectionUtils' has incorrect indentation level 8, expected level should be 10. 527
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 529
 Warning indentation Indentation 'KeyStoreKeyProvider' has incorrect indentation level 6, expected level should be 8. 541
 Warning indentation Indentation 'providerParameters' has incorrect indentation level 8, expected level should be 10. 545

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be 4. 1001

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'byte' has incorrect indentation level 6, expected level should be 8. 194

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 4. 185
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 186
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 4. 187
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 188
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 4. 189
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 190
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 4. 191
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 192
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 4. 193

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SHIFT_TIMESTAMP_LENGTH' has incorrect indentation level 10, expected level should be 12. 473

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/HFileBlockDecodingContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 47
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 48
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 50

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/HFileBlockDefaultDecodingContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'blockBufferWithoutHeader' has incorrect indentation level 8, expected level should be 10. 91
 Warning indentation Indentation 'uncompressedSizeWithoutHeader' has incorrect indentation level 8, expected level should be 10. 92
 Warning indentation Indentation 'blockBufferWithoutHeader' has incorrect indentation level 8, expected level should be 10. 95

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/HFileBlockDefaultEncodingContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'headerBytes' has incorrect indentation level 10, expected level should be 12. 216

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/hadoopbackport/ThrottledInputStream.java

Severity Category Rule Message Line
 Warning indentation Indentation 'offset' has incorrect indentation level 6, expected level should be 8. 114

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'compressAlgo' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation '&&' has incorrect indentation level 6, expected level should be 8. 114

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/trace/HBaseHTraceConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 30

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Base64.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 491
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 492
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 493
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 495
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 496
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 498
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 499
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 501
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 505
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 506
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 507
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 508
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 509
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 512
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 513

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 109
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 7. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 131
 Warning indentation Indentation 'for' has incorrect indentation level 5, expected level should be 4. 133
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 134
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 5, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 136

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteRangeUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'byteRange' has incorrect indentation level 6, expected level should be 8. 79

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 216
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 247
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 265
 Warning indentation Indentation 'explainWrongLengthOrOffset' has incorrect indentation level 4, expected level should be 6. 620
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 628
 Warning indentation Indentation 'UnsafeComparer' has incorrect indentation level 6, expected level should be 8. 673
 Warning indentation Indentation 'UnsafeComparer' has incorrect indentation level 6, expected level should be 8. 924
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 3, expected level should be 4. 981
 Warning indentation Indentation 'UnsafeComparer' has incorrect indentation level 6, expected level should be 8. 1034
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1096
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1193
 Warning indentation Indentation 'T' has incorrect indentation level 6, expected level should be 8. 1247
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 1280
 Warning indentation Indentation 'ByteOrder' has incorrect indentation level 8, expected level should be 10. 1350
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 1444
 Warning indentation Indentation 'val' has incorrect indentation level 8, expected level should be 10. 1964
 Warning indentation Indentation 'srcBytes' has incorrect indentation level 8, expected level should be 10. 2320

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ChecksumFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 59
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 96

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ClassLoaderBase.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 40

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/CollectionUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 35

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ConcatenatedLists.java

Severity Category Rule Message Line
 Warning indentation Indentation 'value' has incorrect indentation level 4, expected level should be 6. 136
 Warning indentation Indentation 'justification' has incorrect indentation level 4, expected level should be 6. 137

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/CoprocessorClassLoader.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 5, expected level should be 6. 81
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 90
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 2, expected level should be one of the following: 6, 10. 125
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 181
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 247
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 248
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 257

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/DynamicClassLoader.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation 'LOCAL_DIR_KEY' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 107

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Hash.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 78
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 79
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 80
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 82
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 83
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 84
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 85

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/JVM.java

Severity Category Rule Message Line
 Warning indentation Indentation 'System' has incorrect indentation level 4, expected level should be 6. 48
 Warning indentation Indentation 'System' has incorrect indentation level 4, expected level should be 6. 50
 Warning indentation Indentation 'System' has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 10. 151
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 5, expected level should be 4. 158
 Warning indentation Indentation 'catch' child has incorrect indentation level 7, expected level should be 6. 159
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 5, expected level should be 4. 160
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 161
 Warning indentation Indentation 'try' has incorrect indentation level 9, expected level should be 8. 162
 Warning indentation Indentation 'try' child has incorrect indentation level 11, expected level should be 10. 163
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 9, expected level should be 8. 164
 Warning indentation Indentation 'catch' child has incorrect indentation level 11, expected level should be 10. 165
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 9, expected level should be 8. 166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 6. 167
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 168
 Warning indentation Indentation 'try' has incorrect indentation level 9, expected level should be 8. 169
 Warning indentation Indentation 'try' child has incorrect indentation level 11, expected level should be 10. 170
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 9, expected level should be 8. 171
 Warning indentation Indentation 'catch' child has incorrect indentation level 11, expected level should be 10. 172
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 9, expected level should be 8. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 6. 174
 Warning indentation Indentation 'value' has incorrect indentation level 4, expected level should be 6. 206
 Warning indentation Indentation 'justification' has incorrect indentation level 4, expected level should be 6. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 275

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/JenkinsHash.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 166
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 172
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 174
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 176
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 178
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 180
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 182
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 184
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 188
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 190
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 191
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 192
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 193

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/KeyLocker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 62
 Warning indentation Indentation '" known keys are: "' has incorrect indentation level 8, expected level should be 10. 111

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/MurmurHash3.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 70
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 71
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 73
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 77
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 78

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/PairOfSameType.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 66

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/RetryCounterFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'maxAttempts' has incorrect indentation level 6, expected level should be 8. 33
 Warning indentation Indentation 'sleepIntervalMillis' has incorrect indentation level 6, expected level should be 8. 34
 Warning indentation Indentation '-' has incorrect indentation level 6, expected level should be 8. 35
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 6, expected level should be 8. 36
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 37

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java

Severity Category Rule Message Line
 Warning indentation Indentation '"; setting to this.period: "' has incorrect indentation level 8, expected level should be 10. 83
 Warning indentation Indentation 'startTime' has incorrect indentation level 8, expected level should be 10. 84

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Threads.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 47
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 84
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 125
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 191

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/VersionInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 99

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/test/LoadTestKVGenerator.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 67

Hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/test/RedundantKVGenerator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def rparen' has incorrect indentation level 6, expected level should be 2. 116

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/ClassFinder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 168
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 256

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/ResourceCheckerJUnitListener.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 4. 108
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 3, expected level should be 2. 109

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 263
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 411
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 426
 Warning indentation Indentation 'verbose' has incorrect indentation level 6, expected level should be 8. 429

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestChoreService.java

Severity Category Rule Message Line
 Warning indentation Indentation 'while' has incorrect indentation level 5, expected level should be 6. 252
 Warning indentation Indentation 'while' child has incorrect indentation level 7, expected level should be 8. 253
 Warning indentation Indentation 'while' child has incorrect indentation level 7, expected level should be 8. 254
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 8. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 8. 258
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 4, expected level should be 6. 259
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 261
 Warning indentation Indentation 'invalidDelayChore' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation 'finally' child has incorrect indentation level 4, expected level should be 6. 340
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 413
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 426
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 433
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 440
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 464
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 470
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 476
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 484
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 490
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 496
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 502
 Warning indentation Indentation 'service' has incorrect indentation level 8, expected level should be 10. 508

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestClassFinder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 182
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 202

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestCompoundConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 70
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 211

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestHBaseConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HADOOP_CRED_PROVIDER_FACTORY_GET_PROVIDERS_METHOD_NAME' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'clz' has incorrect indentation level 6, expected level should be 12. 215

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestKeyValue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 83
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 95
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 194
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 215
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 219
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 431
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 432
 Warning indentation Indentation 'expectedArray' has incorrect indentation level 6, expected level should be 8. 455
 Warning indentation Indentation 'expectedArray' has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation 'expectedArray' has incorrect indentation level 6, expected level should be 8. 513

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/Waiter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'adjustedTimeout' has incorrect indentation level 8, expected level should be 10. 190
 Warning indentation Indentation 'System' has incorrect indentation level 12, expected level should be 14. 206

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/codec/TestCellCodec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 54
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 70
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 77
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 107

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/codec/TestKeyValueCodec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 53
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 69
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 77
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 109

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/crypto/TestEncryption.java

Severity Category Rule Message Line
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 116

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/crypto/TestKeyProvider.java

Severity Category Rule Message Line
 Warning indentation Indentation 'key' has incorrect indentation level 6, expected level should be 8. 49

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/crypto/TestKeyStoreKeyProvider.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'URLEncoder' has incorrect indentation level 6, expected level should be 8. 101

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/crypto/aes/TestAES.java

Severity Category Rule Message Line
 Warning indentation Indentation '"TestRNG"' has incorrect indentation level 6, expected level should be 8. 93

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/io/util/TestLRUDictionary.java

Severity Category Rule Message Line
 Warning indentation Indentation 'testee' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation 'testee' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'BigInteger' has incorrect indentation level 6, expected level should be 8. 134

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/types/TestFixedLengthWrapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 58

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/types/TestOrderedBlob.java

Severity Category Rule Message Line
 Warning indentation Indentation '"encodedLength does not match actual, "' has incorrect indentation level 10, expected level should be 12. 46
 Warning indentation Indentation 'buff' has incorrect indentation level 10, expected level should be 12. 47

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/types/TestOrderedBlobVar.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 42
 Warning indentation Indentation '"encodedLength does not match actual, "' has incorrect indentation level 10, expected level should be 12. 47
 Warning indentation Indentation 'buff' has incorrect indentation level 10, expected level should be 12. 48

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/types/TestOrderedString.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 4, expected level should be one of the following: 8, 10, 21, 23. 33
 Warning indentation Indentation '"encodedLength does not match actual, "' has incorrect indentation level 10, expected level should be 12. 43
 Warning indentation Indentation 'buff' has incorrect indentation level 10, expected level should be 12. 44

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/types/TestStruct.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Struct encoder does not preserve sort order at position "' has incorrect indentation level 8, expected level should be 10. 374
 Warning indentation Indentation 'vals' has incorrect indentation level 8, expected level should be 10. 375
 Warning indentation Indentation 'ctor' has incorrect indentation level 8, expected level should be 10. 376
 Warning indentation Indentation '"Specialized encoder does not preserve sort order at position "' has incorrect indentation level 8, expected level should be 10. 378
 Warning indentation Indentation 'vals' has incorrect indentation level 8, expected level should be 10. 379

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/types/TestStructNullExtension.java

Severity Category Rule Message Line
 Warning indentation Indentation 'buf1' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation 'Arrays' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation '"Encoding a short value with extended struct should have same result as using short struct."' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'shortLen' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation '"Encoding a short value with extended struct should have same result as using short struct"' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'buf1' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'buf1' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'buf1' has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation 'buf1' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'buf2' has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation 'buf1' has incorrect indentation level 6, expected level should be 8. 135
 Warning indentation Indentation 'buf2' has incorrect indentation level 6, expected level should be 8. 137

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/ClassLoaderTestHelper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'fm' has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 148
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'options' has incorrect indentation level 6, expected level should be 8. 156

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestBytes.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 279
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 281
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 283
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 358

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestCoprocessorClassLoader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'folder' has incorrect indentation level 6, expected level should be 8. 55
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'folder' has incorrect indentation level 6, expected level should be 8. 95

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestDynamicClassLoader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'folder' has incorrect indentation level 8, expected level should be 10. 65

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestOrderedBytes.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 37
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 40
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 44
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 53
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 64
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 68
 Warning indentation Indentation '"Test inconsistency detected: expected lengths for "' has incorrect indentation level 12, expected level should be 14. 84
 Warning indentation Indentation 'I_LENGTHS' has incorrect indentation level 12, expected level should be 14. 85
 Warning indentation Indentation 'lens' has incorrect indentation level 10, expected level should be 12. 132
 Warning indentation Indentation 'lens' has incorrect indentation level 10, expected level should be 12. 140
 Warning indentation Indentation 'I_LENGTHS' has incorrect indentation level 10, expected level should be 12. 170
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 172
 Warning indentation Indentation 'I_VALS' has incorrect indentation level 10, expected level should be 12. 186
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 211
 Warning indentation Indentation 'sortedVals' has incorrect indentation level 10, expected level should be 12. 214
 Warning indentation Indentation 'D_LENGTHS' has incorrect indentation level 10, expected level should be 12. 237
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 239
 Warning indentation Indentation 'D_VALS' has incorrect indentation level 10, expected level should be 12. 253
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 278
 Warning indentation Indentation 'BD_LENGTHS' has incorrect indentation level 10, expected level should be 12. 304
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 306
 Warning indentation Indentation 'pbri' has incorrect indentation level 10, expected level should be 12. 353
 Warning indentation Indentation '0' has incorrect indentation level 10, expected level should be 12. 356
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 367
 Warning indentation Indentation '2' has incorrect indentation level 10, expected level should be 12. 382
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 384
 Warning indentation Indentation 'vals' has incorrect indentation level 10, expected level should be 12. 398
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 421
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 435
 Warning indentation Indentation '3' has incorrect indentation level 10, expected level should be 12. 450
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 452
 Warning indentation Indentation 'vals' has incorrect indentation level 10, expected level should be 12. 466
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 489
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 503
 Warning indentation Indentation '5' has incorrect indentation level 10, expected level should be 12. 518
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 520
 Warning indentation Indentation 'vals' has incorrect indentation level 10, expected level should be 12. 534
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 557
 Warning indentation Indentation '9' has incorrect indentation level 10, expected level should be 12. 585
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 587
 Warning indentation Indentation 'vals' has incorrect indentation level 10, expected level should be 12. 601
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 624
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 638
 Warning indentation Indentation '5' has incorrect indentation level 10, expected level should be 12. 653
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 655
 Warning indentation Indentation 'Float' has incorrect indentation level 10, expected level should be 12. 669
 Warning indentation Indentation 'Float' has incorrect indentation level 10, expected level should be 12. 670
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 693
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 708
 Warning indentation Indentation '9' has incorrect indentation level 10, expected level should be 12. 723
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 725
 Warning indentation Indentation 'Double' has incorrect indentation level 10, expected level should be 12. 739
 Warning indentation Indentation 'Double' has incorrect indentation level 10, expected level should be 12. 740
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 763
 Warning indentation Indentation 'expectedLengths' has incorrect indentation level 10, expected level should be 12. 794
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 796
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 834
 Warning indentation Indentation 'sortedVals' has incorrect indentation level 10, expected level should be 12. 837
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 860
 Warning indentation Indentation 'expectedLen' has incorrect indentation level 10, expected level should be 12. 907
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 909
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 947
 Warning indentation Indentation 'sortedVals' has incorrect indentation level 10, expected level should be 12. 950
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 961
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 966
 Warning indentation Indentation 'expectedLen' has incorrect indentation level 10, expected level should be 12. 982
 Warning indentation Indentation 'buf1' has incorrect indentation level 10, expected level should be 12. 984
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 1022
 Warning indentation Indentation 'sortedVals' has incorrect indentation level 10, expected level should be 12. 1025

Hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestSimplePositionedMutableByteRange.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method call' child has incorrect indentation level 5, expected level should be 6. 36
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 39
 Warning indentation Indentation 'r' has incorrect indentation level 6, expected level should be 8. 40
 Warning indentation Indentation 'method call' child has incorrect indentation level 5, expected level should be 6. 46
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 49
 Warning indentation Indentation 'r' has incorrect indentation level 6, expected level should be 8. 50

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/ZooKeeperScanPolicyObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 10. 135
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 12. 137
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 12. 138
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 10. 139
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 10. 140
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 12. 141
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 10. 142
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 10. 143
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 145
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 10. 146
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 12. 148
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 12. 149
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 10. 150
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 10. 151
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 12. 152
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 10. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 10. 154
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 156

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated/BulkDeleteProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 244
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 439
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 572
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1181
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1296
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1624
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1685
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1686
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1687
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1688
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1689
 Warning indentation Indentation 'internal_static_BulkDeleteRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1732
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1734
 Warning indentation Indentation 'internal_static_BulkDeleteResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1737
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1739
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1751
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1752
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1753
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1754
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1755
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1756
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1757
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1758
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1759
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1761
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1764
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1784

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated/ExampleProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 141
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 524
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 630
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 946
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 951
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1016
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1017
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1018
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1019
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1020
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1031
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1032
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1033
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1034
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1035
 Warning indentation Indentation 'internal_static_CountRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1095
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1097
 Warning indentation Indentation 'internal_static_CountResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1100
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1102
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1114
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1115
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1116
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1117
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1118
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1119
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1122
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1142

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 118

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/mapreduce/SampleUploader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 65
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 72
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 115

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift/DemoClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 249
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 281
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 284
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 329
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 341
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 360
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 378
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404

Hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift2/DemoClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 70
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 147

Hbase/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 383
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 386

Hbase/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestZooKeeperScanPolicyObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 74
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 75

Hbase/hbase-examples/src/test/java/org/apache/hadoop/hbase/types/TestPBCell.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 43

Hbase/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 2, expected level should be 0. 100

Hbase/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSource.java

Severity Category Rule Message Line
 Warning indentation Indentation '"The percent of HFiles used by secondary regions that are stored on the local hdfs data node."' has incorrect indentation level 4, expected level should be 6. 192

Hbase/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/master/balancer/MetricsBalancerSourceImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 57

Hbase/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 132

Hbase/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionSourceImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MetricsRegionSource' has incorrect indentation level 8, expected level should be 10. 206
 Warning indentation Indentation 'MetricsRegionSource' has incorrect indentation level 8, expected level should be 10. 209
 Warning indentation Indentation 'MetricsRegionSource' has incorrect indentation level 8, expected level should be 10. 212
 Warning indentation Indentation 'MetricsRegionSource' has incorrect indentation level 8, expected level should be 10. 215
 Warning indentation Indentation 'MetricsRegionSource' has incorrect indentation level 8, expected level should be 10. 219
 Warning indentation Indentation 'MetricsRegionSource' has incorrect indentation level 8, expected level should be 10. 223

Hbase/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/rest/MetricsRESTSourceImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 113

Hbase/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/metrics2/lib/DynamicMetricsRegistry.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 261
 Warning indentation Indentation 'addNewMetricIfAbsent' has incorrect indentation level 2, expected level should be 6. 516

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 97
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 103
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 135
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 150
 Warning indentation Indentation '", start key ["' has incorrect indentation level 8, expected level should be 10. 202

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/HBaseClusterManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'System' has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 247

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBase.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Don't clean up the cluster at the end"' has incorrect indentation level 6, expected level should be 8. 69

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_NUM_KEYS_PER_SERVER' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'for' has incorrect indentation level 7, expected level should be 6. 144
 Warning indentation Indentation 'for' child has incorrect indentation level 9, expected level should be 8. 145
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 7, expected level should be 6. 146

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngestWithACL.java

Severity Category Rule Message Line
 Warning indentation Indentation '"List of users to be added with the ACLs. Should be comma seperated."' has incorrect indentation level 6, expected level should be 8. 93

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngestWithEncryption.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Reader' has incorrect indentation level 8, expected level should be 10. 65
 Warning indentation Indentation 'Writer' has incorrect indentation level 8, expected level should be 10. 67
 Warning indentation Indentation 'columnDescriptor' has incorrect indentation level 8, expected level should be 10. 100

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestLazyCfLoading.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 245
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 274
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 277
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 280

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestManyRegions.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 56
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 58
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 60
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 68
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 73
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'REGION_SERVER_COUNT' has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'TABLE_NAME' has incorrect indentation level 8, expected level should be 10. 147
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 154

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestRegionReplicaPerf.java

Severity Category Rule Message Line
 Warning indentation Indentation '"org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer"' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 196
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 216
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 218
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 219
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'splitPolicy' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'format' has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 316
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 318
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 321
 Warning indentation Indentation '"Running with region replicas under chaos should have less request variance than without. "' has incorrect indentation level 6, expected level should be 8. 324
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 325
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 326
 Warning indentation Indentation 'withReplicasStdevMean' has incorrect indentation level 6, expected level should be 8. 327

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestRegionReplicaReplication.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'getConf' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 179

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestingUtility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HBaseClusterManager' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation 'DEFAULT_HBASE_CLUSTER_MANAGER_CLASS' has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'clusterManagerClass' has incorrect indentation level 6, expected level should be 8. 139

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Java regex to use selecting tests to run: e.g. .*TestBig.*"' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation '" will select all tests that include TestBig in their name. Default: "' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation '".*IntegrationTest.*"' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 92

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/StripeCompactionsPerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TableName' has incorrect indentation level 4, expected level should be 6. 53

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/ChangeCompressionAction.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 68

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/ChangeEncodingAction.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 66

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/CompactRandomRegionOfTableAction.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'regions' has incorrect indentation level 6, expected level should be 8. 65

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/FlushRandomRegionOfTableAction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 3, expected level should be 4. 37
 Warning indentation Indentation 'regions' has incorrect indentation level 6, expected level should be 8. 58

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/MoveRandomRegionOfTableAction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'regions' has incorrect indentation level 6, expected level should be 8. 62

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/MoveRegionsOfTableAction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'servers' has incorrect indentation level 10, expected level should be 12. 74

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/RollingBatchRestartRsAction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 84
 Warning indentation Indentation 'block' child has incorrect indentation level 9, expected level should be 10. 85
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 86
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 87
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 88
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 91
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 92
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 93
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 97
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 98
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 102
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 104

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 76
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 78
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 79
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 6. 80

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/SlowDeterministicMonkeyFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 169

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java

Severity Category Rule Message Line
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 8. 326
 Warning indentation Indentation 'TaskAttemptContext' has incorrect indentation level 6, expected level should be 8. 361
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 412

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestImportTsv.java

Severity Category Rule Message Line
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 143
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 144
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. 145
 Warning indentation Indentation '"Ran out of expected values prematurely!"' has incorrect indentation level 12, expected level should be 14. 154
 Warning indentation Indentation 'expectedIt' has incorrect indentation level 12, expected level should be 14. 155
 Warning indentation Indentation 'format' has incorrect indentation level 12, expected level should be 14. 158
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 12, expected level should be 14. 160

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestTableSnapshotInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation '"IntegrationTestTableSnapshotInputFormat.API"' has incorrect indentation level 4, expected level should be 6. 83
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'expectedNumSplits' has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'expectedNumSplits' has incorrect indentation level 8, expected level should be 10. 169

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/mttr/IntegrationTestMTTR.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 456

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 212
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 215
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 218
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 221
 Warning indentation Indentation 'extends' has incorrect indentation level 6, expected level should be 8. 378
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 432
 Warning indentation Indentation '", i="' has incorrect indentation level 12, expected level should be 14. 433
 Warning indentation Indentation 'Boolean' has incorrect indentation level 10, expected level should be 12. 602
 Warning indentation Indentation '" against "' has incorrect indentation level 8, expected level should be 10. 729
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 736
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 767
 Warning indentation Indentation 'Counts' has incorrect indentation level 8, expected level should be 10. 851
 Warning indentation Indentation 'Counts' has incorrect indentation level 8, expected level should be 10. 853
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 860
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 937
 Warning indentation Indentation 'new' has incorrect indentation level 16, expected level should be 18. 980
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 996
 Warning indentation Indentation '", refPrevEqualsKey="' has incorrect indentation level 14, expected level should be 16. 1028
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 1322
 Warning indentation Indentation '"Standalone program that starts following a linked list & emits timing info."' has incorrect indentation level 6, expected level should be 8. 1539
 Warning indentation Indentation '" <general options> COMMAND [<COMMAND options>]"' has incorrect indentation level 8, expected level should be 10. 1555

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestLoadAndVerify.java

Severity Category Rule Message Line
 Warning indentation Indentation '"loadmapper.num_to_write"' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 2, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 143

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas.java

Severity Category Rule Message Line
 Warning indentation Indentation 'mode' has incorrect indentation level 6, expected level should be 8. 54

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedRequestsWithRegionReplicas.java

Severity Category Rule Message Line
 Warning indentation Indentation 'IntegrationTestTimeBoundedRequestsWithRegionReplicas' has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'Integer' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 136
 Warning indentation Indentation 'util' has incorrect indentation level 6, expected level should be 8. 148
 Warning indentation Indentation ',' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation ',' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 213
 Warning indentation Indentation 'mode' has incorrect indentation level 6, expected level should be 8. 231
 Warning indentation Indentation 'String' has incorrect indentation level 8, expected level should be 10. 248
 Warning indentation Indentation 'extends' has incorrect indentation level 6, expected level should be 8. 311

Hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestWithCellVisibilityLoadAndVerify.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 194
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 195
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 199
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 201
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 203

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeBlockMeta.java

Severity Category Rule Message Line
 Warning indentation Indentation 'NUM_LONGS' has incorrect indentation level 4, expected level should be 6. 48
 Warning indentation Indentation 'NUM_INTS' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'NUM_SHORTS' has incorrect indentation level 4, expected level should be 6. 50
 Warning indentation Indentation 'NUM_SINGLE_BYTES' has incorrect indentation level 4, expected level should be 6. 51
 Warning indentation Indentation 'MAX_BYTES' has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 263

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/ArraySearcherPool.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 45

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/DecoderFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'includeMvccVersion' has incorrect indentation level 6, expected level should be 8. 44
 Warning indentation Indentation 'searcher' has incorrect indentation level 8, expected level should be 10. 77
 Warning indentation Indentation 'searcher' has incorrect indentation level 8, expected level should be 10. 80

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArrayScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'currentRowNode' has incorrect indentation level 6, expected level should be 8. 364
 Warning indentation Indentation 'blockMeta' has incorrect indentation level 8, expected level should be 10. 484

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArraySearcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 297

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/row/RowNodeReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'searchForByte' has incorrect indentation level 6, expected level should be 8. 231

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/encode/PrefixTreeEncoder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 4, expected level should be 6. 215

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/encode/row/RowNodeWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 108
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 109
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 113
 Warning indentation Indentation 'cellInsertionIndex' has incorrect indentation level 8, expected level should be 10. 203
 Warning indentation Indentation 'sortedIndex' has incorrect indentation level 8, expected level should be 10. 205
 Warning indentation Indentation 'cellInsertionIndex' has incorrect indentation level 8, expected level should be 10. 217
 Warning indentation Indentation 'sortedIndex' has incorrect indentation level 8, expected level should be 10. 219
 Warning indentation Indentation 'cellInsertionIndex' has incorrect indentation level 8, expected level should be 10. 231
 Warning indentation Indentation 'sortedIndex' has incorrect indentation level 8, expected level should be 10. 233

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/TokenizerNode.java

Severity Category Rule Message Line
 Warning indentation Indentation 'bytes' has incorrect indentation level 10, expected level should be 12. 221
 Warning indentation Indentation 'token' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'bytes' has incorrect indentation level 6, expected level should be 8. 263

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/util/vint/UVIntTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'BYTE_7_RIGHT_BITS_SET' has incorrect indentation level 4, expected level should be 6. 35
 Warning indentation Indentation 'BYTE_LEFT_BIT_SET' has incorrect indentation level 4, expected level should be 6. 36
 Warning indentation Indentation 'INT_7_RIGHT_BITS_SET' has incorrect indentation level 4, expected level should be 6. 39
 Warning indentation Indentation 'INT_8TH_BIT_SET' has incorrect indentation level 4, expected level should be 6. 40

Hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/util/vint/UVLongTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'BYTE_7_RIGHT_BITS_SET' has incorrect indentation level 4, expected level should be 6. 35
 Warning indentation Indentation 'BYTE_LEFT_BIT_SET' has incorrect indentation level 4, expected level should be 6. 36
 Warning indentation Indentation 'LONG_7_RIGHT_BITS_SET' has incorrect indentation level 4, expected level should be 6. 39
 Warning indentation Indentation 'LONG_8TH_BIT_SET' has incorrect indentation level 4, expected level should be 6. 40

Hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/TestRowEncoder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'expected' has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'actual' has incorrect indentation level 6, expected level should be 8. 188

Hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataDeeper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ts' has incorrect indentation level 4, expected level should be 6. 48

Hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataNub.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ts' has incorrect indentation level 4, expected level should be 6. 42

Hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/data/TestRowDataSearcherRowMiss.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ts' has incorrect indentation level 4, expected level should be 6. 48

Hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestFIntTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'UFIntTool' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'UFIntTool' has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'UFIntTool' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'bytesViaOutputStream' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'bytesViaOutputStream' has incorrect indentation level 6, expected level should be 8. 117

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/Procedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 88
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 122
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation '"Operation timed out after "' has incorrect indentation level 8, expected level should be 10. 366
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 582
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 583
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 584
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 585
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 586
 Warning indentation Indentation 'RemoteProcedureException' has incorrect indentation level 8, expected level should be 10. 610

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 206
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 214
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 221
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 228
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 240
 Warning indentation Indentation 'new' has incorrect indentation level 18, expected level should be 20. 881

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureFairRunQueues.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 49

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/StateMachineProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 60
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 68

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/ProcedureStoreTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getMinProcId' has incorrect indentation level 8, expected level should be 10. 62
 Warning indentation Indentation 'ProcedureProtos' has incorrect indentation level 8, expected level should be 10. 176

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 190
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 191

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALFormatReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'localProcedures' has incorrect indentation level 8, expected level should be 10. 99

Hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/WALProcedureStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 80
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 552
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 553
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 555
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 556

Hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/TestProcedureExecution.java

Severity Category Rule Message Line
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 148
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 230

Hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/TestProcedureFairRunQueues.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 65
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 134

Hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/TestProcedureRecovery.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 126

Hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/TestProcedureReplayOrder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'execList' has incorrect indentation level 10, expected level should be 12. 179

Hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/util/TestTimeoutBlockingQueue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 76

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/AccessControlProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 276
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 277
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 368
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 369
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 569
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 702
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1635
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1765
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2064
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2065
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2066
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2101
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2102
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 2119
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2456
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2568
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2717
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2718
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2719
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 2736
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3033
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3136
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3257
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3578
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3693
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3855
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3856
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3857
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 4395
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 4507
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 4691
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 4692
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 4693
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 4710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 4715
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5047
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5155
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5312
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5753
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5859
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6247
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6344
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6652
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6758
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7146
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7243
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7633
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7757
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8075
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8076
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8077
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8320
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8423
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 8575
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 8580
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9041
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9144
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 9296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 9301
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9675
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9772
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 10098
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 10103
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 10108
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 10113
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 10186
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 10187
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 10188
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 10189
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 10190
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 10201
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 10202
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 10203
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 10204
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 10205
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 10216
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 10217
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 10218
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 10219
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 10220
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 10231
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 10232
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 10233
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 10234
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 10235
 Warning indentation Indentation 'internal_static_Permission_descriptor' has incorrect indentation level 4, expected level should be 6. 10329
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10331
 Warning indentation Indentation 'internal_static_TablePermission_descriptor' has incorrect indentation level 4, expected level should be 6. 10334
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10336
 Warning indentation Indentation 'internal_static_NamespacePermission_descriptor' has incorrect indentation level 4, expected level should be 6. 10339
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10341
 Warning indentation Indentation 'internal_static_GlobalPermission_descriptor' has incorrect indentation level 4, expected level should be 6. 10344
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10346
 Warning indentation Indentation 'internal_static_UserPermission_descriptor' has incorrect indentation level 4, expected level should be 6. 10349
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10351
 Warning indentation Indentation 'internal_static_UsersAndPermissions_descriptor' has incorrect indentation level 4, expected level should be 6. 10354
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10356
 Warning indentation Indentation 'internal_static_UsersAndPermissions_UserPermissions_descriptor' has incorrect indentation level 4, expected level should be 6. 10359
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10361
 Warning indentation Indentation 'internal_static_GrantRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 10364
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10366
 Warning indentation Indentation 'internal_static_GrantResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 10369
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10371
 Warning indentation Indentation 'internal_static_RevokeRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 10374
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10376
 Warning indentation Indentation 'internal_static_RevokeResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 10379
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10381
 Warning indentation Indentation 'internal_static_GetUserPermissionsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 10384
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10386
 Warning indentation Indentation 'internal_static_GetUserPermissionsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 10389
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10391
 Warning indentation Indentation 'internal_static_CheckPermissionsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 10394
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10396
 Warning indentation Indentation 'internal_static_CheckPermissionsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 10399
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 10401
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10413
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10414
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10415
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10416
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10417
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10418
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10419
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10420
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10421
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10423
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10424
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10425
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10426
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10427
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10428
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10429
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10430
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10431
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10433
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10434
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10435
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10436
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10437
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10438
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10439
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10440
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10441
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10443
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10444
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10445
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10446
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10447
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10448
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10449
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10450
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 10451
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 10454
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 10552

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/AdminProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 247
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 362
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 878
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 879
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 880
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 881
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1043
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1167
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1776
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1894
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2164
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2192
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2193
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2204
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2205
 Warning indentation Indentation 'getStoreFileList' has incorrect indentation level 4, expected level should be 8. 2249
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2446
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2675
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2709
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2710
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2711
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2722
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2723
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2724
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2754
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2755
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2756
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2903
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3000
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3328
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3431
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3583
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3588
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 4361
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 4491
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 4839
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 4844
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5258
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5370
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5533
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5538
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6025
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 6026
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6027
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 6028
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6138
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6241
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 6362
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6640
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6746
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7134
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7231
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7741
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7889
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8605
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8711
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9170
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9301
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9912
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10036
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10526
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10650
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10925
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10926
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10927
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11083
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11180
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11573
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11704
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 12021
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 12022
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 12023
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12179
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12276
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 12799
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 12911
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 13208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 13213
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13545
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13648
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 13800
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 13805
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14220
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14326
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14791
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14922
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 15495
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15592
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16056
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16181
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 16460
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 16511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 16512
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 16513
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 16529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 16530
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 16531
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16852
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16962
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 17114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 17119
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 17493
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 17590
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 17831
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 17928
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 18261
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 18370
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 18495
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 18538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 18539
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 18540
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 18554
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 18555
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 18556
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 18807
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 18913
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 19076
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 19077
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 19078
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 19098
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 19099
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 19100
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 19247
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 19344
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 19585
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 19682
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 20029
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 20144
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 20641
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 20747
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 21135
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 21232
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 21473
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 21570
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22286
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22291
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22296
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22301
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22306
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22311
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22316
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22321
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22326
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22331
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22336
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22341
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22346
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22351
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22356
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22361
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 22366
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22491
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22492
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22493
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22494
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22495
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22506
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22507
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22508
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22509
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22510
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22521
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22522
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22523
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22524
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22525
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22536
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22537
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22538
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22539
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22540
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22551
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22552
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22553
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22554
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22555
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22566
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22567
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22568
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22569
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22570
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22581
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22582
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22583
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22584
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22585
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22596
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22597
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22598
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22599
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22600
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22611
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22612
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22613
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22614
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22615
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22626
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22627
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22628
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22629
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22630
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22641
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22642
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22643
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22644
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22645
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22656
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22657
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22658
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22659
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22660
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22671
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22672
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22673
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22674
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22675
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22686
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22687
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22688
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22689
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22690
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22701
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22702
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22703
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22704
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22705
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22716
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22717
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22718
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22719
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22720
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 22731
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 22732
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 22733
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 22734
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 22735
 Warning indentation Indentation 'internal_static_GetRegionInfoRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23050
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23052
 Warning indentation Indentation 'internal_static_GetRegionInfoResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23055
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23057
 Warning indentation Indentation 'internal_static_GetStoreFileRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23060
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23062
 Warning indentation Indentation 'internal_static_GetStoreFileResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23065
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23067
 Warning indentation Indentation 'internal_static_GetOnlineRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23070
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23072
 Warning indentation Indentation 'internal_static_GetOnlineRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23075
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23077
 Warning indentation Indentation 'internal_static_OpenRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23080
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23082
 Warning indentation Indentation 'internal_static_OpenRegionRequest_RegionOpenInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 23085
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23087
 Warning indentation Indentation 'internal_static_OpenRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23090
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23092
 Warning indentation Indentation 'internal_static_WarmupRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23095
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23097
 Warning indentation Indentation 'internal_static_WarmupRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23100
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23102
 Warning indentation Indentation 'internal_static_CloseRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23105
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23107
 Warning indentation Indentation 'internal_static_CloseRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23110
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23112
 Warning indentation Indentation 'internal_static_FlushRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23115
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23117
 Warning indentation Indentation 'internal_static_FlushRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23120
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23122
 Warning indentation Indentation 'internal_static_SplitRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23125
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23127
 Warning indentation Indentation 'internal_static_SplitRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23130
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23132
 Warning indentation Indentation 'internal_static_CompactRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23135
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23137
 Warning indentation Indentation 'internal_static_CompactRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23140
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23142
 Warning indentation Indentation 'internal_static_UpdateFavoredNodesRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23145
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23147
 Warning indentation Indentation 'internal_static_UpdateFavoredNodesRequest_RegionUpdateInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 23150
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23152
 Warning indentation Indentation 'internal_static_UpdateFavoredNodesResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23155
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23157
 Warning indentation Indentation 'internal_static_MergeRegionsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23160
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23162
 Warning indentation Indentation 'internal_static_MergeRegionsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23165
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23167
 Warning indentation Indentation 'internal_static_WALEntry_descriptor' has incorrect indentation level 4, expected level should be 6. 23170
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23172
 Warning indentation Indentation 'internal_static_ReplicateWALEntryRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23175
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23177
 Warning indentation Indentation 'internal_static_ReplicateWALEntryResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23180
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23182
 Warning indentation Indentation 'internal_static_RollWALWriterRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23185
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23187
 Warning indentation Indentation 'internal_static_RollWALWriterResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23190
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23192
 Warning indentation Indentation 'internal_static_StopServerRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23195
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23197
 Warning indentation Indentation 'internal_static_StopServerResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23200
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23202
 Warning indentation Indentation 'internal_static_GetServerInfoRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23205
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23207
 Warning indentation Indentation 'internal_static_ServerInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 23210
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23212
 Warning indentation Indentation 'internal_static_GetServerInfoResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23215
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23217
 Warning indentation Indentation 'internal_static_UpdateConfigurationRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 23220
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23222
 Warning indentation Indentation 'internal_static_UpdateConfigurationResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 23225
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 23227
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23239
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23240
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23241
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23242
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23243
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23244
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23245
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23246
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23247
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23249
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23250
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23251
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23252
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23253
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23254
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23255
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23256
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23257
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23259
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23260
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23261
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23262
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23263
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23264
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23265
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23266
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23267
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23269
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23270
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23271
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23272
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23273
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23274
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23275
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23276
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23277
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23279
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23280
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23281
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23282
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23283
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23284
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23285
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23286
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23287
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23289
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23290
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23291
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23292
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23293
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23294
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23295
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23296
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23297
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23299
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23300
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23301
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23302
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23303
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23304
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23305
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23306
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23307
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23309
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23310
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23311
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23312
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23313
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23314
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23315
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23316
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23317
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23319
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23320
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23321
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23322
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23323
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23324
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23325
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23326
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23327
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23329
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23330
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23331
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 23332
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 23335
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 23559

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/AggregateProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 370
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 494
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 724
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 725
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 762
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 763
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 764
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 906
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 907
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 908
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1220
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1332
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1468
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1532
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1533
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1552
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1553
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1554
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1616
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1617
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1618
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1954
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1959
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1964
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1969
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1974
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1979
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1984
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2069
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2070
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2071
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2072
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2073
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2084
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2085
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2086
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2087
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2088
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2099
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2100
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2101
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2102
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2103
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2114
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2115
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2116
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2117
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2118
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2129
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2130
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2131
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2132
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2133
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2144
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2145
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2146
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2147
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2148
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2159
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2160
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2161
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2162
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2163
 Warning indentation Indentation 'internal_static_AggregateRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 2308
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2310
 Warning indentation Indentation 'internal_static_AggregateResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 2313
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2315
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2327
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2328
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2329
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2330
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2331
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2332
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2333
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2334
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2335
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2337
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2338
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2339
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2340
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2341
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2342
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2345
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2365

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 272
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 396
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 624
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 625
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 626
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 874
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 875
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 876
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 877
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1109
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1260
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1486
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1487
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1923
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2052
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2220
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2221
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2222
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2263
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2264
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2299
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2300
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2460
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2561
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2861
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2967
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3347
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3444
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3829
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3944
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4115
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4116
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4136
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4137
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4138
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4189
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4190
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4211
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4212
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4388
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4393
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4458
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4459
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4460
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4461
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4462
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4473
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4474
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4475
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4476
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4477
 Warning indentation Indentation 'internal_static_AuthenticationKey_descriptor' has incorrect indentation level 4, expected level should be 6. 4537
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4539
 Warning indentation Indentation 'internal_static_TokenIdentifier_descriptor' has incorrect indentation level 4, expected level should be 6. 4542
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4544
 Warning indentation Indentation 'internal_static_Token_descriptor' has incorrect indentation level 4, expected level should be 6. 4547
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4549
 Warning indentation Indentation 'internal_static_GetAuthenticationTokenRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4552
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4554
 Warning indentation Indentation 'internal_static_GetAuthenticationTokenResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4557
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4559
 Warning indentation Indentation 'internal_static_WhoAmIRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4562
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4564
 Warning indentation Indentation 'internal_static_WhoAmIResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4567
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4569
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4581
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4582
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4583
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4584
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4585
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4586
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4587
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4588
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4589
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4591
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4592
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4593
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4594
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4595
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4596
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4597
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4598
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 4601
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4651

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/CellProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 104
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 558
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 723
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 911
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 945
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 946
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 947
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 981
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 982
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 983
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1086
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1087
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1088
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1123
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1124
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1579
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1745
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1943
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1944
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1945
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1979
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1980
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1981
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2016
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2017
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2121
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2122
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2157
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2158
 Warning indentation Indentation 'internal_static_Cell_descriptor' has incorrect indentation level 4, expected level should be 6. 2185
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2187
 Warning indentation Indentation 'internal_static_KeyValue_descriptor' has incorrect indentation level 4, expected level should be 6. 2190
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2192
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2204
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2205
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2206
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2207
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2208
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2209
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2210
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2211
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2212
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2214
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2217
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2237

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 60
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 61
 Warning indentation Indentation 'getLabelList' has incorrect indentation level 4, expected level should be 8. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 308
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 576
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 578
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 589
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 590
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 621
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 622
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 623
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 852
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 963
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1127
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1128
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1149
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1150
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1408
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1525
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1678
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1679
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1680
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1701
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1728
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1729
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1730
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1740
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1741
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1742
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2572
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2779
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3117
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3118
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3140
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3375
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3380
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4650
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4789
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 4973
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 4978
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5811
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5931
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6521
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6627
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7260
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7410
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7611
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7612
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7613
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7648
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7649
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7683
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7684
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7685
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 8269
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 8270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 8271
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 8272
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 8369
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 8370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 8371
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 8372
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 8469
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 8470
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 8471
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 8472
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 12. 8986
 Warning indentation Indentation 'implements' has incorrect indentation level 11, expected level should be 12. 9128
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 14. 9296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 12. 9297
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 12. 9298
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 14. 9332
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 12. 9333
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 12. 9334
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 14. 9437
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 12. 9438
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 12. 9439
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 9576
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 9688
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 9866
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 9867
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 9868
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 9885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 9890
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10480
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10661
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10952
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10953
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10954
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 11007
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 11012
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 11280
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 11285
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12204
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12348
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13176
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13291
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14563
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14818
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 15179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 15184
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 15419
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 15424
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 15676
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 15677
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 15678
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 15712
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 15713
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 15714
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16861
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 17043
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 18521
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 18696
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 18936
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 19167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 19172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 19552
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 20238
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 20353
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 20504
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 20505
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 20506
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 20565
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 20566
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 20567
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 20587
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 20588
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 20589
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 20757
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 20884
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 21190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 21195
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 21647
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 21753
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 22282
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 22415
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 22594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 22595
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 22596
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 22655
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 22656
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 22657
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 22677
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 22678
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 22679
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 22729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 22730
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 22731
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 22751
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 22752
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 22753
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 22778
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 22779
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 22780
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 23001
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 23107
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 23625
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 23740
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 24403
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 24518
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 25303
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 25440
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 26383
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 26509
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 26864
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 26869
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 27364
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 27484
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 28205
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 28354
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 29465
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 29582
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 29760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 29765
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 30491
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 30621
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 30808
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 30813
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 31480
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 31592
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 31755
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 31760
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32358
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32363
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32368
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32373
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32378
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32383
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 32388
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32473
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32474
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32475
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32476
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32477
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32488
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32489
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32490
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32491
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32492
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32503
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32504
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32505
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32506
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32507
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32518
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32519
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32520
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32521
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32522
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32533
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32534
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32535
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32536
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32537
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32548
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32549
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32550
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32551
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32552
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 32563
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 32564
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 32565
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 32566
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 32567
 Warning indentation Indentation 'internal_static_Authorizations_descriptor' has incorrect indentation level 4, expected level should be 6. 32712
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32714
 Warning indentation Indentation 'internal_static_CellVisibility_descriptor' has incorrect indentation level 4, expected level should be 6. 32717
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32719
 Warning indentation Indentation 'internal_static_Column_descriptor' has incorrect indentation level 4, expected level should be 6. 32722
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32724
 Warning indentation Indentation 'internal_static_Get_descriptor' has incorrect indentation level 4, expected level should be 6. 32727
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32729
 Warning indentation Indentation 'internal_static_Result_descriptor' has incorrect indentation level 4, expected level should be 6. 32732
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32734
 Warning indentation Indentation 'internal_static_GetRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 32737
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32739
 Warning indentation Indentation 'internal_static_GetResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 32742
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32744
 Warning indentation Indentation 'internal_static_Condition_descriptor' has incorrect indentation level 4, expected level should be 6. 32747
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32749
 Warning indentation Indentation 'internal_static_MutationProto_descriptor' has incorrect indentation level 4, expected level should be 6. 32752
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32754
 Warning indentation Indentation 'internal_static_MutationProto_ColumnValue_descriptor' has incorrect indentation level 4, expected level should be 6. 32757
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32759
 Warning indentation Indentation 'internal_static_MutationProto_ColumnValue_QualifierValue_descriptor' has incorrect indentation level 4, expected level should be 6. 32762
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32764
 Warning indentation Indentation 'internal_static_MutateRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 32767
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32769
 Warning indentation Indentation 'internal_static_MutateResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 32772
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32774
 Warning indentation Indentation 'internal_static_Scan_descriptor' has incorrect indentation level 4, expected level should be 6. 32777
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32779
 Warning indentation Indentation 'internal_static_ScanRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 32782
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32784
 Warning indentation Indentation 'internal_static_ScanResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 32787
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32789
 Warning indentation Indentation 'internal_static_BulkLoadHFileRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 32792
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32794
 Warning indentation Indentation 'internal_static_BulkLoadHFileRequest_FamilyPath_descriptor' has incorrect indentation level 4, expected level should be 6. 32797
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32799
 Warning indentation Indentation 'internal_static_BulkLoadHFileResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 32802
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32804
 Warning indentation Indentation 'internal_static_CoprocessorServiceCall_descriptor' has incorrect indentation level 4, expected level should be 6. 32807
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32809
 Warning indentation Indentation 'internal_static_CoprocessorServiceResult_descriptor' has incorrect indentation level 4, expected level should be 6. 32812
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32814
 Warning indentation Indentation 'internal_static_CoprocessorServiceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 32817
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32819
 Warning indentation Indentation 'internal_static_CoprocessorServiceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 32822
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32824
 Warning indentation Indentation 'internal_static_Action_descriptor' has incorrect indentation level 4, expected level should be 6. 32827
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32829
 Warning indentation Indentation 'internal_static_RegionAction_descriptor' has incorrect indentation level 4, expected level should be 6. 32832
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32834
 Warning indentation Indentation 'internal_static_RegionLoadStats_descriptor' has incorrect indentation level 4, expected level should be 6. 32837
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32839
 Warning indentation Indentation 'internal_static_ResultOrException_descriptor' has incorrect indentation level 4, expected level should be 6. 32842
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32844
 Warning indentation Indentation 'internal_static_RegionActionResult_descriptor' has incorrect indentation level 4, expected level should be 6. 32847
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32849
 Warning indentation Indentation 'internal_static_MultiRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 32852
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32854
 Warning indentation Indentation 'internal_static_MultiResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 32857
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 32859
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32871
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32872
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32873
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32874
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32875
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32876
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32877
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32878
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32879
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32881
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32882
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32883
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32884
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32885
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32886
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32887
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32888
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32889
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32891
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32892
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32893
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32894
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32895
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32896
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32897
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32898
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32899
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32901
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32902
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32903
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32904
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32905
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32906
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32907
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32908
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32909
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32911
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32912
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32913
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32914
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32915
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32916
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32917
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32918
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32919
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32921
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32922
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32923
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32924
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32925
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32926
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32927
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32928
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32929
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32931
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32932
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32933
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32934
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32935
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32936
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32937
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32938
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32939
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32941
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32942
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32943
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32944
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32945
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32946
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32947
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32948
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32949
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32951
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32952
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32953
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32954
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32955
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32956
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32957
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32958
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32959
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32961
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32962
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32963
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32964
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32965
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32966
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32967
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32968
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32969
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32971
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32972
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32973
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32974
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32975
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32976
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32977
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32978
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32979
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32981
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32982
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32983
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32984
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32985
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 32986
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 32989
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 33177

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 248
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 360
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 539
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 540
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 541
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 570
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 571
 Warning indentation Indentation 'internal_static_ClusterId_descriptor' has incorrect indentation level 4, expected level should be 6. 589
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 591
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 603
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 604
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 607
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 621

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClusterStatusProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 448
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 449
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 450
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 617
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 741
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1352
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1467
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2091
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2211
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2361
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2362
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2688
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2806
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3006
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3011
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4482
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4738
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5999
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 6004
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6538
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6653
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7239
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7381
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7596
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7597
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7598
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7619
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7620
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8825
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9012
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 9545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 9550
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 9857
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 9862
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 10398
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 10403
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11161
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11276
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12467
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12630
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 13174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 13179
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 13414
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 13419
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 13654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 13659
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 14011
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 14016
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 14368
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 14373
 Warning indentation Indentation 'internal_static_RegionState_descriptor' has incorrect indentation level 4, expected level should be 6. 14651
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14653
 Warning indentation Indentation 'internal_static_RegionInTransition_descriptor' has incorrect indentation level 4, expected level should be 6. 14656
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14658
 Warning indentation Indentation 'internal_static_StoreSequenceId_descriptor' has incorrect indentation level 4, expected level should be 6. 14661
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14663
 Warning indentation Indentation 'internal_static_RegionStoreSequenceIds_descriptor' has incorrect indentation level 4, expected level should be 6. 14666
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14668
 Warning indentation Indentation 'internal_static_RegionLoad_descriptor' has incorrect indentation level 4, expected level should be 6. 14671
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14673
 Warning indentation Indentation 'internal_static_ReplicationLoadSink_descriptor' has incorrect indentation level 4, expected level should be 6. 14676
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14678
 Warning indentation Indentation 'internal_static_ReplicationLoadSource_descriptor' has incorrect indentation level 4, expected level should be 6. 14681
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14683
 Warning indentation Indentation 'internal_static_ServerLoad_descriptor' has incorrect indentation level 4, expected level should be 6. 14686
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14688
 Warning indentation Indentation 'internal_static_LiveServerInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 14691
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14693
 Warning indentation Indentation 'internal_static_ClusterStatus_descriptor' has incorrect indentation level 4, expected level should be 6. 14696
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 14698
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14710
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14711
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14712
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14713
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14714
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14715
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14716
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14717
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14718
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14720
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14721
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14722
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14723
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14724
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14725
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14726
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14727
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14728
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14730
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14731
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14732
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14733
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14734
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14735
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14736
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14737
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14738
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14740
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14741
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14742
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14743
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14744
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14745
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14746
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14747
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14748
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14750
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14751
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14752
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14753
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14754
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14755
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14756
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14757
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14758
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14760
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14761
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14762
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14763
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14764
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14765
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14766
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 14767
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 14770
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 14838

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ComparatorProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 257
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 372
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 544
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 545
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 593
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 594
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 792
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 898
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1030
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1031
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1032
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1251
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1357
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1804
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1910
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2357
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2463
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 2909
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 2910
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 2911
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 2912
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3050
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3165
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3598
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3695
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4202
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4335
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4537
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4538
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4539
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4559
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4560
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4561
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4644
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4645
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4646
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4666
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4667
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4668
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4718
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4719
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4720
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4740
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4741
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4742
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4966
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5072
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5236
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5237
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5258
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5259
 Warning indentation Indentation 'internal_static_Comparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5277
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5279
 Warning indentation Indentation 'internal_static_ByteArrayComparable_descriptor' has incorrect indentation level 4, expected level should be 6. 5282
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5284
 Warning indentation Indentation 'internal_static_BinaryComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5287
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5289
 Warning indentation Indentation 'internal_static_LongComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5292
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5294
 Warning indentation Indentation 'internal_static_BinaryPrefixComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5297
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5299
 Warning indentation Indentation 'internal_static_BitComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5302
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5304
 Warning indentation Indentation 'internal_static_NullComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5307
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5309
 Warning indentation Indentation 'internal_static_RegexStringComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5312
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5314
 Warning indentation Indentation 'internal_static_SubstringComparator_descriptor' has incorrect indentation level 4, expected level should be 6. 5317
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 5319
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5331
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5332
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5333
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5334
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5335
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5336
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5337
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5338
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5339
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5341
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5342
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5343
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5344
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5345
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 5346
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 5349
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 5411

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/EncryptionProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 382
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 524
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 732
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 733
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 753
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 754
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 755
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 813
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 814
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 815
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 849
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 850
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 851
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 886
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 887
 Warning indentation Indentation 'internal_static_WrappedKey_descriptor' has incorrect indentation level 4, expected level should be 6. 914
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 916
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 928
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 929
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 930
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 931
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 934
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 948

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 401
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 540
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 730
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 732
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 752
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 753
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 754
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 804
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 805
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 806
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 826
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 827
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 828
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 878
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 879
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 880
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 900
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 901
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 902
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1353
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1491
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1712
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1713
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1714
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1734
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1735
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1736
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1786
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1787
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1788
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1808
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1809
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1810
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1835
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1836
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1837
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1854
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1859
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2369
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2490
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2667
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2668
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2669
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2689
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2690
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2691
 Warning indentation Indentation 'internal_static_StackTraceElementMessage_descriptor' has incorrect indentation level 4, expected level should be 6. 2826
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2828
 Warning indentation Indentation 'internal_static_GenericExceptionMessage_descriptor' has incorrect indentation level 4, expected level should be 6. 2831
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2833
 Warning indentation Indentation 'internal_static_ForeignExceptionMessage_descriptor' has incorrect indentation level 4, expected level should be 6. 2836
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2838
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2850
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2851
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2852
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2853
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2854
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2855
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2856
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2857
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2858
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2862
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2888

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FSProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 223
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 498
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 499
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 519
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 521
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 714
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 715
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 716
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 717
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 849
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 969
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1119
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1120
 Warning indentation Indentation 'internal_static_HBaseVersionFileContent_descriptor' has incorrect indentation level 4, expected level should be 6. 1183
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1185
 Warning indentation Indentation 'internal_static_Reference_descriptor' has incorrect indentation level 4, expected level should be 6. 1188
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1190
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1202
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1203
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1204
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1205
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1206
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1209
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1229

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FilterProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 257
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 372
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 544
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 545
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 593
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 594
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 796
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 902
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1316
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1440
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1661
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1662
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1863
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1969
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2106
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2107
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2421
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2554
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2713
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2714
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2715
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2782
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2783
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2784
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3087
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3202
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3821
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3954
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4248
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4249
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4283
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4284
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4285
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4541
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4647
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 5097
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 5098
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 5099
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 5100
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5254
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5366
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5574
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6015
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6121
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6509
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6606
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6909
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7012
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 7137
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7165
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7166
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7177
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7178
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7431
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7534
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 7686
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 7691
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8106
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8212
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8345
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8346
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8547
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8653
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9006
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 9234
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9261
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9262
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9263
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9274
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9275
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9486
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9592
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9924
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10030
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10163
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10164
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10387
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10493
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10926
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11032
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11390
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11496
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11951
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12057
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12717
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12868
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 13066
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 13067
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 13068
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 13102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 13103
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 13104
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13546
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13652
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14125
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 14353
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14621
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14727
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 15182
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15288
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 15676
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15773
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16172
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16305
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 16464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 16465
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 16466
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 16533
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 16534
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 16535
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16805
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16908
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 17054
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 17059
 Warning indentation Indentation 'internal_static_Filter_descriptor' has incorrect indentation level 4, expected level should be 6. 17304
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17306
 Warning indentation Indentation 'internal_static_ColumnCountGetFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17309
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17311
 Warning indentation Indentation 'internal_static_ColumnPaginationFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17314
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17316
 Warning indentation Indentation 'internal_static_ColumnPrefixFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17319
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17321
 Warning indentation Indentation 'internal_static_ColumnRangeFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17324
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17326
 Warning indentation Indentation 'internal_static_CompareFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17329
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17331
 Warning indentation Indentation 'internal_static_DependentColumnFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17334
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17336
 Warning indentation Indentation 'internal_static_FamilyFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17339
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17341
 Warning indentation Indentation 'internal_static_FilterList_descriptor' has incorrect indentation level 4, expected level should be 6. 17344
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17346
 Warning indentation Indentation 'internal_static_FilterWrapper_descriptor' has incorrect indentation level 4, expected level should be 6. 17349
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17351
 Warning indentation Indentation 'internal_static_FirstKeyOnlyFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17354
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17356
 Warning indentation Indentation 'internal_static_FirstKeyValueMatchingQualifiersFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17359
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17361
 Warning indentation Indentation 'internal_static_FuzzyRowFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17364
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17366
 Warning indentation Indentation 'internal_static_InclusiveStopFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17369
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17371
 Warning indentation Indentation 'internal_static_KeyOnlyFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17374
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17376
 Warning indentation Indentation 'internal_static_MultipleColumnPrefixFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17379
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17381
 Warning indentation Indentation 'internal_static_PageFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17384
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17386
 Warning indentation Indentation 'internal_static_PrefixFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17389
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17391
 Warning indentation Indentation 'internal_static_QualifierFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17394
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17396
 Warning indentation Indentation 'internal_static_RandomRowFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17399
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17401
 Warning indentation Indentation 'internal_static_RowFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17404
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17406
 Warning indentation Indentation 'internal_static_SingleColumnValueExcludeFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17409
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17411
 Warning indentation Indentation 'internal_static_SingleColumnValueFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17414
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17416
 Warning indentation Indentation 'internal_static_SkipFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17419
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17421
 Warning indentation Indentation 'internal_static_TimestampsFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17424
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17426
 Warning indentation Indentation 'internal_static_ValueFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17429
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17431
 Warning indentation Indentation 'internal_static_WhileMatchFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17434
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17436
 Warning indentation Indentation 'internal_static_FilterAllFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17439
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17441
 Warning indentation Indentation 'internal_static_RowRange_descriptor' has incorrect indentation level 4, expected level should be 6. 17444
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17446
 Warning indentation Indentation 'internal_static_MultiRowRangeFilter_descriptor' has incorrect indentation level 4, expected level should be 6. 17449
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 17451
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17463
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17464
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17465
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17466
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17467
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17468
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17469
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17470
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17471
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17473
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17474
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17475
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17476
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17477
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17478
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17479
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17480
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17481
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17483
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17484
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17485
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17486
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17487
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17488
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17489
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17490
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17491
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17493
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17494
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17495
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17496
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17497
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17498
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17499
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17500
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17501
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17503
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17504
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17505
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17506
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17507
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17508
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17509
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17510
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17511
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 17513
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 17516
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 17704

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 104
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 231
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 232
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 492
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 612
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 762
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 763
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 797
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 798
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 799
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1284
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1414
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1805
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1810
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 2045
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2050
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 2285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2290
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2887
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3011
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3244
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3245
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3267
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3502
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3507
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4191
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4356
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4713
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4714
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4715
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4749
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4750
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4751
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5098
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5206
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 5802
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 5803
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 5804
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 5805
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5937
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6060
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 6245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 6246
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 6247
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6491
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6614
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7103
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7232
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7413
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7414
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7415
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7435
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7436
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7437
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7727
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7833
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7996
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7997
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7998
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8018
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8019
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8020
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8319
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8434
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8612
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8613
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8614
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8634
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8635
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8636
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8686
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8687
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8688
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8708
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8709
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8710
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8973
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9088
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9261
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9262
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9282
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9283
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9284
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9310
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9311
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9555
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9670
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9819
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9820
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9821
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9855
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9856
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9857
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10125
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10240
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10408
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10409
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10410
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10430
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10431
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10432
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 10754
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 10755
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 10756
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 10757
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11074
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11230
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11442
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11443
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11444
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11465
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11466
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11532
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11533
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11534
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11562
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11563
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11564
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11716
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11717
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11718
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11738
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11739
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11740
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12213
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12348
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 12595
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 12596
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 12597
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 12625
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 12626
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 12627
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 12693
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 12694
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 12695
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 12723
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 12724
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 12725
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 12766
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 12771
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13145
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13242
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13528
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13634
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13970
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14076
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14412
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14518
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 14654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 14655
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 14656
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14900
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15015
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 15483
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15595
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 15779
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 15780
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 15781
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 15798
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 15803
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16223
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16334
 Warning indentation Indentation 'internal_static_TableName_descriptor' has incorrect indentation level 4, expected level should be 6. 16492
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16494
 Warning indentation Indentation 'internal_static_TableSchema_descriptor' has incorrect indentation level 4, expected level should be 6. 16497
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16499
 Warning indentation Indentation 'internal_static_ColumnFamilySchema_descriptor' has incorrect indentation level 4, expected level should be 6. 16502
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16504
 Warning indentation Indentation 'internal_static_RegionInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 16507
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16509
 Warning indentation Indentation 'internal_static_FavoredNodes_descriptor' has incorrect indentation level 4, expected level should be 6. 16512
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16514
 Warning indentation Indentation 'internal_static_RegionSpecifier_descriptor' has incorrect indentation level 4, expected level should be 6. 16517
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16519
 Warning indentation Indentation 'internal_static_TimeRange_descriptor' has incorrect indentation level 4, expected level should be 6. 16522
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16524
 Warning indentation Indentation 'internal_static_ServerName_descriptor' has incorrect indentation level 4, expected level should be 6. 16527
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16529
 Warning indentation Indentation 'internal_static_Coprocessor_descriptor' has incorrect indentation level 4, expected level should be 6. 16532
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16534
 Warning indentation Indentation 'internal_static_NameStringPair_descriptor' has incorrect indentation level 4, expected level should be 6. 16537
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16539
 Warning indentation Indentation 'internal_static_NameBytesPair_descriptor' has incorrect indentation level 4, expected level should be 6. 16542
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16544
 Warning indentation Indentation 'internal_static_BytesBytesPair_descriptor' has incorrect indentation level 4, expected level should be 6. 16547
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16549
 Warning indentation Indentation 'internal_static_NameInt64Pair_descriptor' has incorrect indentation level 4, expected level should be 6. 16552
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16554
 Warning indentation Indentation 'internal_static_SnapshotDescription_descriptor' has incorrect indentation level 4, expected level should be 6. 16557
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16559
 Warning indentation Indentation 'internal_static_ProcedureDescription_descriptor' has incorrect indentation level 4, expected level should be 6. 16562
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16564
 Warning indentation Indentation 'internal_static_EmptyMsg_descriptor' has incorrect indentation level 4, expected level should be 6. 16567
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16569
 Warning indentation Indentation 'internal_static_LongMsg_descriptor' has incorrect indentation level 4, expected level should be 6. 16572
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16574
 Warning indentation Indentation 'internal_static_DoubleMsg_descriptor' has incorrect indentation level 4, expected level should be 6. 16577
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16579
 Warning indentation Indentation 'internal_static_BigDecimalMsg_descriptor' has incorrect indentation level 4, expected level should be 6. 16582
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16584
 Warning indentation Indentation 'internal_static_UUID_descriptor' has incorrect indentation level 4, expected level should be 6. 16587
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16589
 Warning indentation Indentation 'internal_static_NamespaceDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 16592
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16594
 Warning indentation Indentation 'internal_static_RegionServerInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 16597
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 16599
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16611
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16612
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16613
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16614
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16615
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16616
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16617
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16618
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16619
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16621
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16622
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16623
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16624
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16625
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16626
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16627
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16628
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16629
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16631
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16632
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16633
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16634
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16635
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16636
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16637
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16638
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16639
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16641
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16642
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16643
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16644
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16645
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16646
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16647
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16648
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16649
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16651
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16652
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16653
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16654
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16655
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16656
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16657
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 16658
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 16661
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 16801

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HFileProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 232
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 339
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 496
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1415
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1633
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2231
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2232
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2252
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2253
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2254
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2312
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2313
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2314
 Warning indentation Indentation 'internal_static_FileInfoProto_descriptor' has incorrect indentation level 4, expected level should be 6. 2341
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2343
 Warning indentation Indentation 'internal_static_FileTrailerProto_descriptor' has incorrect indentation level 4, expected level should be 6. 2346
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2348
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2360
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2361
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2362
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2363
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2364
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2365
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2366
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2367
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2368
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2370
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2371
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2372
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2375
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2395

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/LoadBalancerProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 182
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 288
 Warning indentation Indentation 'internal_static_LoadBalancerState_descriptor' has incorrect indentation level 4, expected level should be 6. 446
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 448
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 460
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 461
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 462
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 465
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 479

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MapReduceProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 222
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 325
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 471
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 476
 Warning indentation Indentation 'getLocationsList' has incorrect indentation level 4, expected level should be 8. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1052
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1349
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1384
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1385
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1397
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1398
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1429
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1430
 Warning indentation Indentation 'internal_static_ScanMetrics_descriptor' has incorrect indentation level 4, expected level should be 6. 1682
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1684
 Warning indentation Indentation 'internal_static_TableSnapshotRegionSplit_descriptor' has incorrect indentation level 4, expected level should be 6. 1687
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1689
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1701
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1702
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1703
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1704
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1705
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1706
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1709
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1729

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProcedureProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 91
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 218
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 344
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 345
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 462
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 463
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 464
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 570
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 571
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 572
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 573
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 679
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 680
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 681
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 682
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 797
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 798
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 799
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 800
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 915
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 916
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 917
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 918
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1033
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 1034
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1035
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 1036
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1421
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1542
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1982
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1987
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2599
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2732
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3772
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3911
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 4536
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 4541
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5133
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5254
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5694
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5699
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6333
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6466
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7541
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7674
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8727
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8860
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9307
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9308
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9756
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9880
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10632
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10756
 Warning indentation Indentation 'internal_static_CreateTableStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11204
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11206
 Warning indentation Indentation 'internal_static_ModifyTableStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11209
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11211
 Warning indentation Indentation 'internal_static_TruncateTableStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11214
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11216
 Warning indentation Indentation 'internal_static_DeleteTableStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11219
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11221
 Warning indentation Indentation 'internal_static_AddColumnFamilyStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11224
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11226
 Warning indentation Indentation 'internal_static_ModifyColumnFamilyStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11229
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11231
 Warning indentation Indentation 'internal_static_DeleteColumnFamilyStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11234
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11236
 Warning indentation Indentation 'internal_static_EnableTableStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11239
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11241
 Warning indentation Indentation 'internal_static_DisableTableStateData_descriptor' has incorrect indentation level 4, expected level should be 6. 11244
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11246
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11258
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11259
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11260
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11261
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11262
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11263
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11264
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11265
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11266
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11268
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11269
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11270
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11271
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11272
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11273
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11274
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11275
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11276
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11278
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11279
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11280
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11281
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11282
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11283
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11284
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11285
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11286
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11288
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11289
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11290
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11291
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11292
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11293
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11294
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11295
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11296
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11298
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11299
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11300
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11301
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11302
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11303
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11304
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11305
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11306
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11308
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11309
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11310
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11311
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11312
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11313
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11314
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11315
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11316
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11318
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11319
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11320
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11321
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11322
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11323
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11324
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11325
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11326
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11328
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11329
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11330
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11331
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11332
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11333
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11334
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11335
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11336
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11338
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11339
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11340
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11341
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11342
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11343
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11344
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11345
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11346
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11348
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11349
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11350
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11351
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 11354
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 11416

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 273
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 388
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 919
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1016
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1367
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1482
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1762
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1763
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1919
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2016
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2389
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2504
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3035
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3132
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3503
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3618
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4147
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4244
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4661
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4790
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5363
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5460
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5768
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5874
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6262
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6359
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6706
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6821
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7251
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7348
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7656
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7762
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8150
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8247
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8616
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8728
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 8998
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9025
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9026
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9027
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9037
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9038
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9039
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9246
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9352
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9706
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9812
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10241
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10347
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10740
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10855
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11285
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11382
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11690
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11796
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12225
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12331
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 12685
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 12791
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13220
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13326
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 13745
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 13860
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14391
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14488
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 14796
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 14902
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 15290
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15387
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 15705
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 15811
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 15974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 15975
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 15976
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 15996
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 15997
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 15998
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16145
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16242
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 16550
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 16656
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 17044
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 17141
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 17459
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 17565
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 17728
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 17729
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 17730
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 17750
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 17751
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 17752
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 17966
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 18072
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 18460
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 18557
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 18885
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 18988
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 19140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 19145
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 19596
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 19702
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 19865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 19866
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 19867
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 19887
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 19888
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 19889
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 20123
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 20226
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 20378
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 20383
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 20834
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 20940
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 21103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 21104
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 21105
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 21125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 21126
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 21127
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 21361
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 21464
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 21616
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 21621
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 21995
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 22092
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 22333
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 22430
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 22671
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 22768
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 23009
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 23106
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 23347
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 23444
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 23730
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 23836
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 24211
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 24326
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 24700
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 24806
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 25093
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 25190
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 25476
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 25582
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 25873
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 25970
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 26252
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 26358
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 26690
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 26796
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 27128
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 27234
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 27521
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 27618
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 27904
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 28010
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 28368
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 28474
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 28907
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 29013
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 29304
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 29401
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 29729
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 29832
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 29984
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 29989
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 30430
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 30536
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 30924
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 31021
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 31329
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 31435
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 31823
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 31920
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 32231
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 32342
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 32832
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 32947
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 33440
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 33546
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 33973
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 34079
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 34433
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 34539
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 35007
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 35122
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 35720
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 35850
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 36035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 36040
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 36317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 36318
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 36319
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 36339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 36340
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 36341
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 36424
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 36425
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 36426
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 36446
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 36447
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 36448
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 36682
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 36785
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 36937
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 36942
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 37499
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 37623
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 37802
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 37803
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 37804
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 37824
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 37825
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 37826
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 37909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 37910
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 37911
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 37931
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 37932
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 37933
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 38167
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 38270
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 38422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 38427
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 38801
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 38898
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 39206
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 39312
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 39700
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 39797
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 40083
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 40189
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 40547
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 40653
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 41121
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 41236
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 41410
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 41411
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 41412
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 41633
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 41739
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 42229
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 42344
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 42817
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 42923
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 43321
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 43322
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 43323
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 43324
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 43530
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 43672
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 43955
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 43956
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 43957
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 44649
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 44809
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 45056
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 45057
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 45058
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 45078
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 45079
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 45080
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 45130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 45131
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 45132
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 45152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 45153
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 45154
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 45204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 45205
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 45206
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 45226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 45227
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 45228
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 45675
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 45772
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 46080
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 46186
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 46641
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 46747
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 47180
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 47286
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49412
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49417
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49422
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49427
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49432
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49437
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49442
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49447
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49452
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49457
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49462
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49467
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49472
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49477
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49482
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49487
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49492
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49497
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49502
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49507
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49512
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49517
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49522
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49527
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49532
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49537
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49542
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49547
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49552
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49557
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49562
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49567
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49572
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49577
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49582
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49587
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49592
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49597
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49602
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49607
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49612
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49617
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49622
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49627
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49632
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49637
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49642
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 49647
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49896
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49897
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49898
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49899
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49900
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49911
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49912
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49913
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49914
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49915
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49926
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49927
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49928
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49929
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49930
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49941
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49942
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49943
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49944
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49945
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49956
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49957
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49958
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49959
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49960
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49971
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49972
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49973
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49974
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49975
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 49986
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 49987
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 49988
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 49989
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 49990
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50001
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50002
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50003
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50004
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50005
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50016
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50017
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50018
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50019
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50020
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50031
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50032
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50033
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50034
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50035
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50046
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50047
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50048
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50049
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50050
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50061
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50062
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50063
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50064
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50065
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50076
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50077
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50078
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50079
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50080
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50091
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50092
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50093
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50094
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50095
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50106
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50107
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50108
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50109
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50110
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50121
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50122
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50123
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50124
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50125
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50136
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50137
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50138
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50139
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50140
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50151
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50152
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50153
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50154
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50155
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50166
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50167
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50168
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50169
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50170
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50181
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50182
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50183
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50184
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50185
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50196
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50197
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50198
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50199
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50200
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50211
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50212
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50213
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50214
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50215
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50226
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50227
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50228
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50229
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50230
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50241
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50242
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50243
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50244
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50245
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50256
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50257
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50258
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50259
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50260
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50271
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50272
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50273
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50274
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50275
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50286
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50287
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50288
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50289
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50290
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50301
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50302
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50303
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50304
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50305
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50316
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50317
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50318
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50319
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50320
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50331
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50332
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50333
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50334
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50335
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50346
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50347
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50348
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50349
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50350
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50361
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50362
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50363
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50364
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50365
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50376
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50377
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50378
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50379
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50380
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50391
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50392
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50393
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50394
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50395
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50406
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50407
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50408
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50409
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50410
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50421
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50422
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50423
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50424
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50425
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50436
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50437
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50438
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50439
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50440
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50451
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50452
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50453
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50454
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50455
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50466
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50467
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50468
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50469
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50470
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50481
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50482
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50483
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50484
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50485
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50496
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50497
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50498
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50499
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50500
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50511
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50512
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50513
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50514
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50515
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50526
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50527
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50528
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50529
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50530
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50541
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50542
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50543
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50544
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50545
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50556
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50557
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50558
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50559
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50560
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50571
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50572
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50573
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50574
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50575
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50586
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50587
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50588
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50589
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50590
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 50601
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 50602
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 50603
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 50604
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 50605
 Warning indentation Indentation 'internal_static_AddColumnRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51447
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51449
 Warning indentation Indentation 'internal_static_AddColumnResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51452
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51454
 Warning indentation Indentation 'internal_static_DeleteColumnRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51457
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51459
 Warning indentation Indentation 'internal_static_DeleteColumnResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51462
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51464
 Warning indentation Indentation 'internal_static_ModifyColumnRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51467
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51469
 Warning indentation Indentation 'internal_static_ModifyColumnResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51472
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51474
 Warning indentation Indentation 'internal_static_MoveRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51477
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51479
 Warning indentation Indentation 'internal_static_MoveRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51482
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51484
 Warning indentation Indentation 'internal_static_DispatchMergingRegionsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51487
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51489
 Warning indentation Indentation 'internal_static_DispatchMergingRegionsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51492
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51494
 Warning indentation Indentation 'internal_static_AssignRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51497
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51499
 Warning indentation Indentation 'internal_static_AssignRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51502
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51504
 Warning indentation Indentation 'internal_static_UnassignRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51507
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51509
 Warning indentation Indentation 'internal_static_UnassignRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51512
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51514
 Warning indentation Indentation 'internal_static_OfflineRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51517
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51519
 Warning indentation Indentation 'internal_static_OfflineRegionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51522
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51524
 Warning indentation Indentation 'internal_static_CreateTableRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51527
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51529
 Warning indentation Indentation 'internal_static_CreateTableResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51532
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51534
 Warning indentation Indentation 'internal_static_DeleteTableRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51537
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51539
 Warning indentation Indentation 'internal_static_DeleteTableResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51542
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51544
 Warning indentation Indentation 'internal_static_TruncateTableRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51547
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51549
 Warning indentation Indentation 'internal_static_TruncateTableResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51552
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51554
 Warning indentation Indentation 'internal_static_EnableTableRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51557
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51559
 Warning indentation Indentation 'internal_static_EnableTableResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51562
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51564
 Warning indentation Indentation 'internal_static_DisableTableRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51567
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51569
 Warning indentation Indentation 'internal_static_DisableTableResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51572
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51574
 Warning indentation Indentation 'internal_static_ModifyTableRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51577
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51579
 Warning indentation Indentation 'internal_static_ModifyTableResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51582
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51584
 Warning indentation Indentation 'internal_static_CreateNamespaceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51587
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51589
 Warning indentation Indentation 'internal_static_CreateNamespaceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51592
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51594
 Warning indentation Indentation 'internal_static_DeleteNamespaceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51597
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51599
 Warning indentation Indentation 'internal_static_DeleteNamespaceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51602
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51604
 Warning indentation Indentation 'internal_static_ModifyNamespaceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51607
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51609
 Warning indentation Indentation 'internal_static_ModifyNamespaceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51612
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51614
 Warning indentation Indentation 'internal_static_GetNamespaceDescriptorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51617
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51619
 Warning indentation Indentation 'internal_static_GetNamespaceDescriptorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51622
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51624
 Warning indentation Indentation 'internal_static_ListNamespaceDescriptorsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51627
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51629
 Warning indentation Indentation 'internal_static_ListNamespaceDescriptorsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51632
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51634
 Warning indentation Indentation 'internal_static_ListTableDescriptorsByNamespaceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51637
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51639
 Warning indentation Indentation 'internal_static_ListTableDescriptorsByNamespaceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51642
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51644
 Warning indentation Indentation 'internal_static_ListTableNamesByNamespaceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51647
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51649
 Warning indentation Indentation 'internal_static_ListTableNamesByNamespaceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51652
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51654
 Warning indentation Indentation 'internal_static_ShutdownRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51657
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51659
 Warning indentation Indentation 'internal_static_ShutdownResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51662
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51664
 Warning indentation Indentation 'internal_static_StopMasterRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51667
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51669
 Warning indentation Indentation 'internal_static_StopMasterResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51672
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51674
 Warning indentation Indentation 'internal_static_BalanceRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51677
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51679
 Warning indentation Indentation 'internal_static_BalanceResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51682
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51684
 Warning indentation Indentation 'internal_static_SetBalancerRunningRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51687
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51689
 Warning indentation Indentation 'internal_static_SetBalancerRunningResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51692
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51694
 Warning indentation Indentation 'internal_static_IsBalancerEnabledRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51697
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51699
 Warning indentation Indentation 'internal_static_IsBalancerEnabledResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51702
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51704
 Warning indentation Indentation 'internal_static_RunCatalogScanRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51707
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51709
 Warning indentation Indentation 'internal_static_RunCatalogScanResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51712
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51714
 Warning indentation Indentation 'internal_static_EnableCatalogJanitorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51717
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51719
 Warning indentation Indentation 'internal_static_EnableCatalogJanitorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51722
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51724
 Warning indentation Indentation 'internal_static_IsCatalogJanitorEnabledRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51727
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51729
 Warning indentation Indentation 'internal_static_IsCatalogJanitorEnabledResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51732
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51734
 Warning indentation Indentation 'internal_static_SnapshotRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51737
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51739
 Warning indentation Indentation 'internal_static_SnapshotResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51742
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51744
 Warning indentation Indentation 'internal_static_GetCompletedSnapshotsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51747
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51749
 Warning indentation Indentation 'internal_static_GetCompletedSnapshotsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51752
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51754
 Warning indentation Indentation 'internal_static_DeleteSnapshotRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51757
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51759
 Warning indentation Indentation 'internal_static_DeleteSnapshotResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51762
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51764
 Warning indentation Indentation 'internal_static_RestoreSnapshotRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51767
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51769
 Warning indentation Indentation 'internal_static_RestoreSnapshotResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51772
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51774
 Warning indentation Indentation 'internal_static_IsSnapshotDoneRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51777
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51779
 Warning indentation Indentation 'internal_static_IsSnapshotDoneResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51782
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51784
 Warning indentation Indentation 'internal_static_IsRestoreSnapshotDoneRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51787
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51789
 Warning indentation Indentation 'internal_static_IsRestoreSnapshotDoneResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51792
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51794
 Warning indentation Indentation 'internal_static_GetSchemaAlterStatusRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51797
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51799
 Warning indentation Indentation 'internal_static_GetSchemaAlterStatusResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51802
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51804
 Warning indentation Indentation 'internal_static_GetTableDescriptorsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51807
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51809
 Warning indentation Indentation 'internal_static_GetTableDescriptorsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51812
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51814
 Warning indentation Indentation 'internal_static_GetTableNamesRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51817
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51819
 Warning indentation Indentation 'internal_static_GetTableNamesResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51822
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51824
 Warning indentation Indentation 'internal_static_GetClusterStatusRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51827
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51829
 Warning indentation Indentation 'internal_static_GetClusterStatusResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51832
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51834
 Warning indentation Indentation 'internal_static_IsMasterRunningRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51837
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51839
 Warning indentation Indentation 'internal_static_IsMasterRunningResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51842
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51844
 Warning indentation Indentation 'internal_static_ExecProcedureRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51847
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51849
 Warning indentation Indentation 'internal_static_ExecProcedureResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51852
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51854
 Warning indentation Indentation 'internal_static_IsProcedureDoneRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51857
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51859
 Warning indentation Indentation 'internal_static_IsProcedureDoneResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51862
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51864
 Warning indentation Indentation 'internal_static_GetProcedureResultRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51867
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51869
 Warning indentation Indentation 'internal_static_GetProcedureResultResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51872
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51874
 Warning indentation Indentation 'internal_static_SetQuotaRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51877
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51879
 Warning indentation Indentation 'internal_static_SetQuotaResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51882
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51884
 Warning indentation Indentation 'internal_static_MajorCompactionTimestampRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51887
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51889
 Warning indentation Indentation 'internal_static_MajorCompactionTimestampForRegionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 51892
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51894
 Warning indentation Indentation 'internal_static_MajorCompactionTimestampResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 51897
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 51899
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51911
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51912
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51913
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51914
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51915
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51916
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51917
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51918
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51919
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51921
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51922
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51923
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51924
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51925
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51926
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51927
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51928
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51929
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51931
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51932
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51933
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51934
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51935
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51936
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51937
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51938
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51939
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51941
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51942
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51943
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51944
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51945
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51946
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51947
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51948
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51949
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51951
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51952
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51953
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51954
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51955
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51956
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51957
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51958
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51959
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51961
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51962
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51963
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51964
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51965
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51966
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51967
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51968
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51969
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51971
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51972
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51973
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51974
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51975
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51976
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51977
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51978
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51979
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51981
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51982
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51983
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51984
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51985
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51986
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51987
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51988
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51989
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51991
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51992
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51993
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51994
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51995
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51996
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51997
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51998
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 51999
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52001
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52002
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52003
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52004
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52005
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52006
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52007
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52008
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52009
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52011
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52012
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52013
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52014
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52015
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52016
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52017
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52018
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52019
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52021
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52022
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52023
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52024
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52025
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52026
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52027
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52028
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52029
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52031
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52032
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52033
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52034
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52035
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52036
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52037
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52038
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52039
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52041
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52042
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52043
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52044
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52045
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52046
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52047
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52048
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52049
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52051
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52052
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52053
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52054
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52055
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52056
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52057
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52058
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52059
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52061
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52062
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52063
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52064
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52065
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52066
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52067
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52068
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52069
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52071
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52072
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52073
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52074
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52075
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52076
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52077
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52078
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52079
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52081
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52082
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52083
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52084
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52085
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52086
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52087
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52088
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52089
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52091
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52092
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52093
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52094
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52095
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52096
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52097
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52098
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52099
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52101
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52102
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52103
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52104
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52105
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52106
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52107
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52108
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52109
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52111
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52112
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52113
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52114
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52115
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52116
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52117
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52118
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52119
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52121
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52122
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52123
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52124
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52125
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52126
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52127
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52128
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52129
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52131
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52132
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 52133
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 52136
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 52690

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MultiRowMutationProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 141
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 479
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 576
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 983
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1104
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1281
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1721
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1818
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 2054
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 2115
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 2116
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 2117
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 2118
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 2119
 Warning indentation Indentation 'internal_static_MultiRowMutationProcessorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 2162
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2164
 Warning indentation Indentation 'internal_static_MultiRowMutationProcessorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 2167
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2169
 Warning indentation Indentation 'internal_static_MutateRowsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 2172
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2174
 Warning indentation Indentation 'internal_static_MutateRowsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 2177
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2179
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2191
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2192
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2193
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2194
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2195
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2196
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2197
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2198
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2199
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2202
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2234

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ProcedureProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 139
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1061
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1268
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1581
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1582
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1583
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1611
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1612
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1613
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1778
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1779
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1780
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1800
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1801
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1802
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1866
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2205
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2206
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2257
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2258
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2468
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2579
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2950
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3058
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3183
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3563
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3701
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4223
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4343
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 5002
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 5120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 5310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 5376
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5535
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5638
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5790
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5795
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6282
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 6283
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6284
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 6285
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6463
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6584
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 6796
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 6801
 Warning indentation Indentation 'internal_static_Procedure_descriptor' has incorrect indentation level 4, expected level should be 6. 7079
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7081
 Warning indentation Indentation 'internal_static_SequentialProcedureData_descriptor' has incorrect indentation level 4, expected level should be 6. 7084
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7086
 Warning indentation Indentation 'internal_static_StateMachineProcedureData_descriptor' has incorrect indentation level 4, expected level should be 6. 7089
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7091
 Warning indentation Indentation 'internal_static_ProcedureWALHeader_descriptor' has incorrect indentation level 4, expected level should be 6. 7094
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7096
 Warning indentation Indentation 'internal_static_ProcedureWALTrailer_descriptor' has incorrect indentation level 4, expected level should be 6. 7099
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7101
 Warning indentation Indentation 'internal_static_ProcedureStoreTracker_descriptor' has incorrect indentation level 4, expected level should be 6. 7104
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7106
 Warning indentation Indentation 'internal_static_ProcedureStoreTracker_TrackerNode_descriptor' has incorrect indentation level 4, expected level should be 6. 7109
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7111
 Warning indentation Indentation 'internal_static_ProcedureWALEntry_descriptor' has incorrect indentation level 4, expected level should be 6. 7114
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7116
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7128
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7129
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7130
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7131
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7132
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7133
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7134
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7135
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7136
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7138
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7139
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7140
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7141
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7142
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7143
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7144
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7145
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7146
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7148
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7149
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7150
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7151
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7152
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7153
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 7156
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 7212

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 55
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 173
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 245
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 246
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 588
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 721
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1524
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1675
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2876
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2991
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3526
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3641
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4069
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4166
 Warning indentation Indentation 'internal_static_TimedQuota_descriptor' has incorrect indentation level 4, expected level should be 6. 4278
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4280
 Warning indentation Indentation 'internal_static_Throttle_descriptor' has incorrect indentation level 4, expected level should be 6. 4283
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4285
 Warning indentation Indentation 'internal_static_ThrottleRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4288
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4290
 Warning indentation Indentation 'internal_static_Quotas_descriptor' has incorrect indentation level 4, expected level should be 6. 4293
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4295
 Warning indentation Indentation 'internal_static_QuotaUsage_descriptor' has incorrect indentation level 4, expected level should be 6. 4298
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4300
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4312
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4313
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4314
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4315
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4316
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4317
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4318
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4319
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4320
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4322
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4323
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4324
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4325
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4326
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4327
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4328
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4329
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4330
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 4333
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4371

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/RPCProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 293
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 412
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 586
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 587
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 588
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 608
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 609
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 610
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 662
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 682
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 683
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 684
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1287
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1442
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1680
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1681
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1682
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1702
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1703
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1704
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1754
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1755
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1756
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1776
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1777
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1778
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1828
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1829
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1830
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1850
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1851
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1852
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1902
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1903
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1904
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1924
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1925
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1926
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1976
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1977
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1978
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1998
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1999
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2000
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2050
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2051
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2052
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2072
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2073
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2074
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2626
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2772
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3119
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3120
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3141
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3142
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3213
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3214
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3245
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3246
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3317
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3318
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3348
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3349
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3350
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3675
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3785
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4480
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4627
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4842
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4843
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4844
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4872
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4873
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4874
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4941
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4942
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4970
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4971
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4972
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5042
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5043
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5044
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5074
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5075
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5076
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5689
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5844
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 6232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 6233
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 6234
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 6254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 6255
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 6256
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6861
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6985
 Warning indentation Indentation 'internal_static_UserInformation_descriptor' has incorrect indentation level 4, expected level should be 6. 7485
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7487
 Warning indentation Indentation 'internal_static_VersionInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 7490
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7492
 Warning indentation Indentation 'internal_static_ConnectionHeader_descriptor' has incorrect indentation level 4, expected level should be 6. 7495
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7497
 Warning indentation Indentation 'internal_static_CellBlockMeta_descriptor' has incorrect indentation level 4, expected level should be 6. 7500
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7502
 Warning indentation Indentation 'internal_static_ExceptionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 7505
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7507
 Warning indentation Indentation 'internal_static_RequestHeader_descriptor' has incorrect indentation level 4, expected level should be 6. 7510
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7512
 Warning indentation Indentation 'internal_static_ResponseHeader_descriptor' has incorrect indentation level 4, expected level should be 6. 7515
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 7517
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7529
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7530
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7531
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7532
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7533
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7534
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7535
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7536
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7537
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7539
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7540
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7541
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7542
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7543
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7544
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7545
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7546
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7547
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7549
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 7550
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 7553
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 7603

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/RegionServerStatusProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 415
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 911
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 939
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 940
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 941
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1245
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1348
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1500
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1505
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2159
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2274
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2839
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2936
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3367
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3482
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3840
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3841
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3842
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3870
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3871
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3872
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4019
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4116
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4418
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4524
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4672
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4673
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4674
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5021
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5133
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 5349
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6002
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 6003
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6004
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 6005
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6211
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6332
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 6544
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 6549
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7221
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7333
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 7666
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 7671
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8142
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8248
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8424
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8425
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8453
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8454
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8455
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 8771
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 8776
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 8781
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 8786
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 8791
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 8868
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 8869
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 8870
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 8871
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 8872
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 8883
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 8884
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 8885
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 8886
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 8887
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 8898
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 8899
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 8900
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 8901
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 8902
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 8913
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 8914
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 8915
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 8916
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 8917
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 8928
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 8929
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 8930
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 8931
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 8932
 Warning indentation Indentation 'internal_static_RegionServerStartupRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 9043
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9045
 Warning indentation Indentation 'internal_static_RegionServerStartupResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 9048
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9050
 Warning indentation Indentation 'internal_static_RegionServerReportRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 9053
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9055
 Warning indentation Indentation 'internal_static_RegionServerReportResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 9058
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9060
 Warning indentation Indentation 'internal_static_ReportRSFatalErrorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 9063
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9065
 Warning indentation Indentation 'internal_static_ReportRSFatalErrorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 9068
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9070
 Warning indentation Indentation 'internal_static_GetLastFlushedSequenceIdRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 9073
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9075
 Warning indentation Indentation 'internal_static_GetLastFlushedSequenceIdResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 9078
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9080
 Warning indentation Indentation 'internal_static_RegionStateTransition_descriptor' has incorrect indentation level 4, expected level should be 6. 9083
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9085
 Warning indentation Indentation 'internal_static_ReportRegionStateTransitionRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 9088
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9090
 Warning indentation Indentation 'internal_static_ReportRegionStateTransitionResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 9093
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9095
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9107
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9108
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9109
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9110
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9111
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9112
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9113
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9114
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9115
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9117
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9118
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9119
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9120
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9121
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9122
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9123
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9124
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9125
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9127
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9128
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9129
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9130
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9131
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9132
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9133
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9134
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9135
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9137
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9138
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9139
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9140
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9141
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9142
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9143
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9144
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9145
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9147
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9148
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9149
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 9152
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 9226

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/RowProcessorProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 406
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 749
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 750
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 751
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 771
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 772
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 773
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 823
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 824
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 825
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 845
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 846
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 847
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 872
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 873
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 874
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1141
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1247
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1384
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1385
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1536
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1597
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1598
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1599
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1600
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1601
 Warning indentation Indentation 'internal_static_ProcessRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1644
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1646
 Warning indentation Indentation 'internal_static_ProcessResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1649
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1651
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1663
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1664
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1665
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1666
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1667
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1668
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1669
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1670
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1671
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1674
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1694

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 404
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 534
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 734
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 739
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1167
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1168
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1189
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1190
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1382
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1488
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2001
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2134
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2298
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2299
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2333
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2334
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2335
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2394
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2395
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2396
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2417
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2418
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2468
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2469
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2470
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2490
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2491
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2492
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2706
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2812
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3277
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3383
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3546
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3547
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3548
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3568
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3569
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3570
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3794
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3900
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4063
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4064
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4065
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4085
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4086
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4087
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4234
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4331
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4627
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4632
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4637
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4706
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4707
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4708
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4709
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4710
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4721
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4722
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4723
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4724
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4725
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4736
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4737
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4738
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4739
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4740
 Warning indentation Indentation 'internal_static_SecureBulkLoadHFilesRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4817
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4819
 Warning indentation Indentation 'internal_static_SecureBulkLoadHFilesResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4822
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4824
 Warning indentation Indentation 'internal_static_DelegationToken_descriptor' has incorrect indentation level 4, expected level should be 6. 4827
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4829
 Warning indentation Indentation 'internal_static_PrepareBulkLoadRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4832
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4834
 Warning indentation Indentation 'internal_static_PrepareBulkLoadResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4837
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4839
 Warning indentation Indentation 'internal_static_CleanupBulkLoadRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4842
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4844
 Warning indentation Indentation 'internal_static_CleanupBulkLoadResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4847
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4849
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4861
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4862
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4863
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4864
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4865
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4866
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4867
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4868
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4869
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4871
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4872
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4873
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4874
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4875
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4876
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4877
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4878
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4879
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4881
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 4884
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4934

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SnapshotProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 228
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 229
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 230
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 487
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 620
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 850
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 851
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 852
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 872
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 873
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 874
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 924
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 925
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 926
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 946
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 947
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 948
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 998
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 999
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1000
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1020
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1021
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1022
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 1535
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 1659
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 1855
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 1856
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 1857
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 1877
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 1878
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 1879
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 2323
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 2435
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 2619
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 2620
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 2621
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 2638
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 2643
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3038
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3159
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3503
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4030
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4142
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 4439
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 4444
 Warning indentation Indentation 'internal_static_SnapshotFileInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 4689
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4691
 Warning indentation Indentation 'internal_static_SnapshotRegionManifest_descriptor' has incorrect indentation level 4, expected level should be 6. 4694
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4696
 Warning indentation Indentation 'internal_static_SnapshotRegionManifest_StoreFile_descriptor' has incorrect indentation level 4, expected level should be 6. 4699
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4701
 Warning indentation Indentation 'internal_static_SnapshotRegionManifest_FamilyFiles_descriptor' has incorrect indentation level 4, expected level should be 6. 4704
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4706
 Warning indentation Indentation 'internal_static_SnapshotDataManifest_descriptor' has incorrect indentation level 4, expected level should be 6. 4709
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4711
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4723
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4724
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4725
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4726
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4727
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4728
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4729
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4730
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4731
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4733
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4734
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4735
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4736
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4737
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4738
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 4741
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4779

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/TracingProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 229
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 352
 Warning indentation Indentation 'internal_static_RPCTInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 552
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 554
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 566
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 567
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 568
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 571
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 585

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/VisibilityLabelsProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 228
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 331
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 488
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 946
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1061
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1207
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1208
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1484
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1587
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1739
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1744
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2224
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2336
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2489
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2490
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2512
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2539
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2540
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2541
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2552
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2553
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2838
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2950
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3104
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3126
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3414
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3517
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3669
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3674
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4093
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4199
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4335
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4336
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4337
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4599
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4711
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4864
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4865
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4866
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 4887
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4914
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4915
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4916
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4926
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4927
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4928
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5167
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5273
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5432
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5433
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5434
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5454
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5455
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5456
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5665
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5768
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5893
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5920
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5921
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5922
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5932
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5933
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5934
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 6215
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 6220
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 6225
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 6230
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 6235
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 6312
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 6313
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 6314
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 6315
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 6316
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 6327
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 6328
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 6329
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 6330
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 6331
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 6342
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 6343
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 6344
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 6345
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 6346
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 6357
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 6358
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 6359
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 6360
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 6361
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 6372
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 6373
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 6374
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 6375
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 6376
 Warning indentation Indentation 'internal_static_VisibilityLabelsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 6487
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6489
 Warning indentation Indentation 'internal_static_VisibilityLabel_descriptor' has incorrect indentation level 4, expected level should be 6. 6492
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6494
 Warning indentation Indentation 'internal_static_VisibilityLabelsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 6497
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6499
 Warning indentation Indentation 'internal_static_SetAuthsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 6502
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6504
 Warning indentation Indentation 'internal_static_UserAuthorizations_descriptor' has incorrect indentation level 4, expected level should be 6. 6507
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6509
 Warning indentation Indentation 'internal_static_MultiUserAuthorizations_descriptor' has incorrect indentation level 4, expected level should be 6. 6512
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6514
 Warning indentation Indentation 'internal_static_GetAuthsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 6517
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6519
 Warning indentation Indentation 'internal_static_GetAuthsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 6522
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6524
 Warning indentation Indentation 'internal_static_ListLabelsRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 6527
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6529
 Warning indentation Indentation 'internal_static_ListLabelsResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 6532
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 6534
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6546
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6547
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6548
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6549
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6550
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6551
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6552
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6553
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6554
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6556
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6557
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6558
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6559
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6560
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6561
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6562
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6563
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6564
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6566
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6567
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 6568
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 6571
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 6639

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/WALProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 55
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 484
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 626
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 831
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 832
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 833
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 925
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 926
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 927
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 947
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 948
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 949
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 999
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1000
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1001
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1021
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1022
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1023
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1849
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2045
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2376
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2377
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2378
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2413
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2414
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 2686
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2691
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 2959
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2964
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3639
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3754
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3903
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3904
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3905
 Warning indentation Indentation 'getCompactionInputList' has incorrect indentation level 4, expected level should be 8. 4017
 Warning indentation Indentation 'getCompactionOutputList' has incorrect indentation level 4, expected level should be 8. 4049
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4586
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4748
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 4982
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 4983
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 4984
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5022
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5023
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5024
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5058
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5059
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5060
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5081
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5136
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5137
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5153
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5154
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5197
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 5210
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5245
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5246
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5258
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5259
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5290
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5291
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5358
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5359
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5388
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5389
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5427
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5428
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 5749
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 5750
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 5751
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 5752
 Warning indentation Indentation 'getFlushOutputList' has incorrect indentation level 6, expected level should be 10. 5838
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 6169
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 6290
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 6459
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 6460
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 6461
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 6536
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 6537
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 6538
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 6566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 6567
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 6568
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 6580
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 6634
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 6635
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 6636
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 6651
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 6652
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 6653
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 6695
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 6696
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 6697
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6943
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7096
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7361
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7362
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7397
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7398
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 7448
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 7453
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 7717
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 7718
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 7719
 Warning indentation Indentation 'getStoreFileList' has incorrect indentation level 4, expected level should be 8. 7798
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8129
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8250
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8419
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8420
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8421
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8497
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8498
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8526
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8527
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8528
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 8540
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8595
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8596
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8611
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8612
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8613
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8655
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8656
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8657
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 9048
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 9183
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9523
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9524
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9525
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 9542
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 9547
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 10128
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 10129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 10130
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 10131
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 10445
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 10607
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10895
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10896
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10897
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 10931
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 10932
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 10933
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 10983
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 10988
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 11405
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 11406
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 11407
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 11575
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 11680
 Warning indentation Indentation 'internal_static_WALHeader_descriptor' has incorrect indentation level 4, expected level should be 6. 11792
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11794
 Warning indentation Indentation 'internal_static_WALKey_descriptor' has incorrect indentation level 4, expected level should be 6. 11797
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11799
 Warning indentation Indentation 'internal_static_FamilyScope_descriptor' has incorrect indentation level 4, expected level should be 6. 11802
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11804
 Warning indentation Indentation 'internal_static_CompactionDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 11807
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11809
 Warning indentation Indentation 'internal_static_FlushDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 11812
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11814
 Warning indentation Indentation 'internal_static_FlushDescriptor_StoreFlushDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 11817
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11819
 Warning indentation Indentation 'internal_static_StoreDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 11822
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11824
 Warning indentation Indentation 'internal_static_BulkLoadDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 11827
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11829
 Warning indentation Indentation 'internal_static_RegionEventDescriptor_descriptor' has incorrect indentation level 4, expected level should be 6. 11832
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11834
 Warning indentation Indentation 'internal_static_WALTrailer_descriptor' has incorrect indentation level 4, expected level should be 6. 11837
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 11839
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11851
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11852
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11853
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11854
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11855
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11856
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11857
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11858
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11859
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11861
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11862
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11863
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11864
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11865
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11866
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11867
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11868
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11869
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11871
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11872
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11873
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11874
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11875
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11876
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11877
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11878
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11879
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11881
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11882
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11883
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11884
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11885
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11886
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11887
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11888
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11889
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11891
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11892
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11893
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11894
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 11895
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 11898
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 11966

Hbase/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 367
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 496
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1246
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1375
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2011
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2122
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2306
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2307
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2337
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2338
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2339
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2783
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2931
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3190
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3191
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3415
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3416
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3417
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 3680
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 3681
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 3682
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 3683
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 3771
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 3772
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 3773
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 3774
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3940
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4070
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 4617
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 4618
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 4619
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 4620
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4736
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4847
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 5520
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 5652
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5942
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5943
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5944
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 5974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 5975
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 5976
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 6026
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 6027
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 6028
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 6048
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 6049
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 6050
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 6058
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 6063
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 6298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 6303
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6708
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 6709
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 6710
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 6711
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 6815
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 6926
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7270
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7381
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 7754
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 7865
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8028
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8029
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8030
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 8050
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 8051
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 8052
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 8520
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 8676
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9211
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9212
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 9232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 9233
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 9234
 Warning indentation Indentation 'internal_static_MetaRegionServer_descriptor' has incorrect indentation level 4, expected level should be 6. 9285
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9287
 Warning indentation Indentation 'internal_static_Master_descriptor' has incorrect indentation level 4, expected level should be 6. 9290
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9292
 Warning indentation Indentation 'internal_static_ClusterUp_descriptor' has incorrect indentation level 4, expected level should be 6. 9295
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9297
 Warning indentation Indentation 'internal_static_RegionTransition_descriptor' has incorrect indentation level 4, expected level should be 6. 9300
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9302
 Warning indentation Indentation 'internal_static_SplitLogTask_descriptor' has incorrect indentation level 4, expected level should be 6. 9305
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9307
 Warning indentation Indentation 'internal_static_Table_descriptor' has incorrect indentation level 4, expected level should be 6. 9310
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9312
 Warning indentation Indentation 'internal_static_ReplicationPeer_descriptor' has incorrect indentation level 4, expected level should be 6. 9315
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9317
 Warning indentation Indentation 'internal_static_ReplicationState_descriptor' has incorrect indentation level 4, expected level should be 6. 9320
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9322
 Warning indentation Indentation 'internal_static_ReplicationHLogPosition_descriptor' has incorrect indentation level 4, expected level should be 6. 9325
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9327
 Warning indentation Indentation 'internal_static_ReplicationLock_descriptor' has incorrect indentation level 4, expected level should be 6. 9330
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9332
 Warning indentation Indentation 'internal_static_TableLock_descriptor' has incorrect indentation level 4, expected level should be 6. 9335
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 9337
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9349
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9350
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9351
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9352
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9353
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9354
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9355
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9356
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9357
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9359
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9360
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9361
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9362
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9363
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9364
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9365
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9366
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9367
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9369
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9370
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9371
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9372
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9373
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9374
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9375
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9376
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9377
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9379
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9380
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 9381
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 9384
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 9458

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/ExistsResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 58

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 4. 37

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MultiRowResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ResultGenerator' has incorrect indentation level 10, expected level should be 12. 78

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/ProtobufMessageHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 45

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RESTServer.java

Severity Category Rule Message Line
 Warning indentation Indentation '"\nTo run the REST server as a daemon, execute "' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation '"bin/hbase-daemon.sh start|stop rest [--infoport <port>] [-p <port>] [-ro]\n"' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'DNS' has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation 'REST_KEYTAB_FILE' has incorrect indentation level 8, expected level should be 10. 98
 Warning indentation Indentation 'REST_KERBEROS_PRINCIPAL' has incorrect indentation level 8, expected level should be 10. 101
 Warning indentation Indentation '"method requests [default: false]"' has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation '"com.sun.jersey.config.property.resourceConfigClass"' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation 'ResourceConfig' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation '"jetty"' has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'REST_SSL_KEYSTORE_PASSWORD' has incorrect indentation level 8, expected level should be 10. 196
 Warning indentation Indentation 'REST_SSL_KEYSTORE_KEYPASSWORD' has incorrect indentation level 8, expected level should be 10. 198

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RESTServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Invalid filter specification "' has incorrect indentation level 12, expected level should be 14. 154

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RegionsResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 72
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 89

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RootResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 73

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RowResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 86
 Warning indentation Indentation 'ResultGenerator' has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'value' has incorrect indentation level 10, expected level should be 12. 115
 Warning indentation Indentation 'ResultGenerator' has incorrect indentation level 8, expected level should be 10. 147
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 14. 205
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 10, expected level should be 12. 206
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 14. 207
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 10, expected level should be 12. 208
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 238
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 239
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 240
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 302
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 303
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 304
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 305
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 311
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 316
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 333
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 338
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 408
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 409
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 410
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 411
 Warning indentation Indentation 'valueToPutCell' has incorrect indentation level 12, expected level should be 14. 471
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 499
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 501
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 572
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 589
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 590
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 591
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 592

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RowSpec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 48
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 211
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 238
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 239
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 10. 240
 Warning indentation Indentation 'while' child has incorrect indentation level 10, expected level should be 12. 241
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 245
 Warning indentation Indentation 'while' child has incorrect indentation level 10, expected level should be 12. 246
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 10. 247
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 248
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 6, expected level should be 8. 249
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 250
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 251
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 10. 252
 Warning indentation Indentation 'while' child has incorrect indentation level 10, expected level should be 12. 253
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 254
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 257
 Warning indentation Indentation 'while' child has incorrect indentation level 10, expected level should be 12. 258
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 10. 259
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 260
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 263

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/ScannerInstanceResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 50
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 137
 Warning indentation Indentation 'MIMETYPE_BINARY' has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'Base64' has incorrect indentation level 8, expected level should be 10. 165

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/ScannerResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Collections' has incorrect indentation level 3, expected level should be 6. 53
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 104
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 132
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 143

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/ScannerResultGenerator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 44

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/SchemaResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 87
 Warning indentation Indentation 'Response' has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 131
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 200
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 212

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/StorageClusterStatusResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation 'model' has incorrect indentation level 10, expected level should be 12. 79
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 87
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 88
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 89
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 90
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 91
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 92

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/StorageClusterVersionResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 41

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/TableResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 174
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 177
 Warning indentation Indentation 'else' has incorrect indentation level 10, expected level should be 8. 178
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 10. 179
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be 8. 180
 Warning indentation Indentation 'try' child has incorrect indentation level 5, expected level should be 6. 189

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/VersionResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MIMETYPE_PROTOBUF_IETF' has incorrect indentation level 4, expected level should be 6. 75

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/Client.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'method' has incorrect indentation level 8, expected level should be 10. 214

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/Cluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Collections' has incorrect indentation level 4, expected level should be 6. 37

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteAdmin.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 127
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 129
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 131
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 132
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 134
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 152
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 156
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 167
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 171
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 172
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 173
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 174
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 175
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 176
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 177
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 178
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 180
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 209
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 211
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 213
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 215
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 218
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 219
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 220
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 222
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 223
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 224
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 225
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 226
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 227
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 229
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 256
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 257
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 259
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 260
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 261
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 262
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 263
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 264
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 265
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 266
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 268
 Warning indentation Indentation 'model' has incorrect indentation level 8, expected level should be 10. 294
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 297
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 298
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 300
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 301
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 302
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 303
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 304
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 305
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 306
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 307
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 343
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 345
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 346
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 347
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 348
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 349
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 350
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 351
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 352
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 382
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 383
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 384
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 385
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 387
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 388
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 389
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 390
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 391
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 392
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 393
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 394

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 189
 Warning indentation Indentation 'ts' has incorrect indentation level 10, expected level should be 12. 202
 Warning indentation Indentation 'CellUtil' has incorrect indentation level 10, expected level should be 12. 203
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 269
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 270
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 271
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 272
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 274
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 275
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 276
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 277
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 278
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 279
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 281
 Warning indentation Indentation 'range' has incorrect indentation level 6, expected level should be 8. 296
 Warning indentation Indentation 'model' has incorrect indentation level 8, expected level should be 10. 409
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 412
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 413
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 414
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 415
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 416
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 417
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 418
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 419
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 420
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 421
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 422
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 435
 Warning indentation Indentation 'model' has incorrect indentation level 8, expected level should be 10. 465
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 468
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 469
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 470
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 471
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 472
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 473
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 474
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 475
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 476
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 477
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 478
 Warning indentation Indentation 'delete' has incorrect indentation level 6, expected level should be 8. 487
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 492
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 493
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 495
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 496
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 497
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 498
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 499
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 500
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 501
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 502
 Warning indentation Indentation 'Constants' has incorrect indentation level 10, expected level should be 12. 537
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 540
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 541
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 542
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 543
 Warning indentation Indentation 'try' has incorrect indentation level 10, expected level should be 12. 544
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 14. 545
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 10, expected level should be 12. 546
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 14. 547
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 10, expected level should be 12. 548
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 549
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 550
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 551
 Warning indentation Indentation 'Constants' has incorrect indentation level 10, expected level should be 12. 564
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 567
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 568
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 569
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 570
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 571
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 572
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 573
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 574
 Warning indentation Indentation 'try' has incorrect indentation level 10, expected level should be 12. 575
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 14. 576
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 10, expected level should be 12. 577
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 14. 578
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 10, expected level should be 12. 579
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 580
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 581
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 582
 Warning indentation Indentation 'Constants' has incorrect indentation level 8, expected level should be 10. 692
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 695
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 696
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 697
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 698
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 699
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 700
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 701
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 702
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 703
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 704
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 705
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 706
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 707
 Warning indentation Indentation 'Constants' has incorrect indentation level 8, expected level should be 10. 735
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 738
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 739
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 740
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 741
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 742
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 743
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 744
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 745
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 746
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 747
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 748
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 749
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 750
 Warning indentation Indentation 'throws' has incorrect indentation level 3, expected level should be 6. 802

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/filter/AuthFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DNS' has incorrect indentation level 14, expected level should be 16. 68

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 342
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 353
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 363
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 364
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 365
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 366
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 367
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 368
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 369
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 370
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 371
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 372
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 373
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 376
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 377
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 378
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 381
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 382
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 383
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 384
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 385
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 386
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 10. 387
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 12. 388
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 10. 389
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 390
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 393
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 394
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 395
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 396
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 397
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 398
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 399
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 400
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 402
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 10. 403
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 12. 404
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 10. 405
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 406
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 6, expected level should be 8. 407
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 409
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 410
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 411
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 412
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 413
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 6, expected level should be 8. 414
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 415
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 416
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 417
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 418
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 419
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 420
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 421
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 422
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 423
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 424
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 425
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 426
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 427
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 428
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 429
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 430
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 431
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 434
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 435
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 436
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 437
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 438
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 439
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 440
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 441
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 442
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 445
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 446
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 448
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 450
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 451
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 452
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 453
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 454
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 455
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 456
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 457
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 458
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 459
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 460
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 461
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 462
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 463
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 464
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 465
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 479
 Warning indentation Indentation 'FilterModel' has incorrect indentation level 6, expected level should be 8. 483
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 494

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/StorageClusterStatusModel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'memstoreSizeMB' has incorrect indentation level 8, expected level should be 10. 385
 Warning indentation Indentation 'writeRequestsCount' has incorrect indentation level 8, expected level should be 10. 386
 Warning indentation Indentation 'totalStaticBloomSizeKB' has incorrect indentation level 8, expected level should be 10. 387
 Warning indentation Indentation '"%.4f average load%n%n"' has incorrect indentation level 6, expected level should be 8. 643
 Warning indentation Indentation 'averageLoad' has incorrect indentation level 6, expected level should be 8. 644
 Warning indentation Indentation 'StorageClusterStatus' has incorrect indentation level 8, expected level should be 10. 715
 Warning indentation Indentation 'StorageClusterStatus' has incorrect indentation level 10, expected level should be 12. 723
 Warning indentation Indentation 'addLiveNode' has incorrect indentation level 8, expected level should be 10. 764
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 770
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 771
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 772
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 773
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 774
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 775
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 776
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 777
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 778
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 779
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 780
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 781
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 782

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/StorageClusterVersionModel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/TableSchemaModel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation 'TableSchema' has incorrect indentation level 8, expected level should be 10. 272
 Warning indentation Indentation 'ColumnSchema' has incorrect indentation level 10, expected level should be 12. 283
 Warning indentation Indentation 'Integer' has incorrect indentation level 10, expected level should be 12. 290
 Warning indentation Indentation 'Integer' has incorrect indentation level 10, expected level should be 12. 294
 Warning indentation Indentation 'Boolean' has incorrect indentation level 8, expected level should be 10. 303
 Warning indentation Indentation 'family' has incorrect indentation level 10, expected level should be 12. 331
 Warning indentation Indentation 'family' has incorrect indentation level 10, expected level should be 12. 335

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/CellMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 554
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 555
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 556
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 595
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 596
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 663
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 664
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 665
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Cell_descriptor' has incorrect indentation level 4, expected level should be 6. 692
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 694
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 706
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 707
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 708
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 711
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 725

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/CellSetMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 641
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 642
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 643
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 665
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1065
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1222
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_descriptor' has incorrect indentation level 4, expected level should be 6. 1467
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1469
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_CellSet_Row_descriptor' has incorrect indentation level 4, expected level should be 6. 1472
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1474
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1486
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1487
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1488
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1489
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1490
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1491
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1494
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1514

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/ColumnSchemaMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 746
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 747
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 748
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 768
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 769
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 770
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 820
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 821
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 822
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 842
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 843
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 844
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1176
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1413
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1414
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1434
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1435
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1436
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1449
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1808
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1809
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1810
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1830
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1831
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1832
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_ColumnSchema_descriptor' has incorrect indentation level 4, expected level should be 6. 1850
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1852
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_ColumnSchema_Attribute_descriptor' has incorrect indentation level 4, expected level should be 6. 1855
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1857
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1869
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1870
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1871
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1872
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1873
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1874
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1875
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1878
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1898

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/ScannerMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getLabelsList' has incorrect indentation level 4, expected level should be 8. 126
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 761
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1003
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1004
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1038
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1039
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1040
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1061
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1088
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1089
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1090
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1101
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1102
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1303
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1304
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1305
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1326
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1388
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1423
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1424
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1435
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1436
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1437
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1467
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1468
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1469
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Scanner_descriptor' has incorrect indentation level 4, expected level should be 6. 1536
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1538
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1550
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1551
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1552
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1553
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1554
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1555
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1558
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1572

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/StorageClusterStatusMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getDeadNodesList' has incorrect indentation level 4, expected level should be 8. 64
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 955
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 1199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 1200
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 1201
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 2164
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 2427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 2428
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 2429
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 2457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 2458
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 2459
 Warning indentation Indentation 'java' has incorrect indentation level 10, expected level should be 12. 2599
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 2604
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3148
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 3347
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 3663
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3697
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3698
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3699
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3711
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3712
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3742
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3743
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3744
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_StorageClusterStatus_descriptor' has incorrect indentation level 4, expected level should be 6. 3877
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3879
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_StorageClusterStatus_Region_descriptor' has incorrect indentation level 4, expected level should be 6. 3882
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3884
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_StorageClusterStatus_Node_descriptor' has incorrect indentation level 4, expected level should be 6. 3887
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3889
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3901
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3902
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3903
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3904
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3905
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3906
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3907
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3908
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3909
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3911
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3912
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3913
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3914
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3915
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3916
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3917
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3918
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3919
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3923
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 3949

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/TableInfoMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 623
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 824
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 825
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 826
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 846
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 847
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 848
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 873
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 874
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 875
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 911
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 1003
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 1004
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 1005
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 1025
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 1026
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 1027
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1256
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1467
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1468
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1469
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1489
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1490
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1491
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1499
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1504
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_TableInfo_descriptor' has incorrect indentation level 4, expected level should be 6. 1749
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1751
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_TableInfo_Region_descriptor' has incorrect indentation level 4, expected level should be 6. 1754
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1756
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1768
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1769
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1770
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1771
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1772
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1773
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1776
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1796

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/TableListMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getNameList' has incorrect indentation level 4, expected level should be 8. 19
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 410
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 445
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 446
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 459
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 489
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 490
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 491
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_TableList_descriptor' has incorrect indentation level 4, expected level should be 6. 509
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 511
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 523
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 524
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 527
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 541

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/TableSchemaMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 9, expected level should be 10. 584
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 762
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 763
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 764
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 784
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 785
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 786
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 836
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 837
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 838
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 12. 858
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 10. 859
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 10. 860
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1191
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1465
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1466
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1486
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1487
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1488
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1501
 Warning indentation Indentation 'java' has incorrect indentation level 8, expected level should be 10. 1736
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1741
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_TableSchema_descriptor' has incorrect indentation level 4, expected level should be 6. 2068
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2070
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_TableSchema_Attribute_descriptor' has incorrect indentation level 4, expected level should be 6. 2073
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 2075
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2087
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2088
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2089
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2090
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2091
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2092
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2093
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2094
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 2095
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2098
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2118

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/VersionMessage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 566
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 769
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 770
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 771
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 791
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 792
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 793
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 843
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 844
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 845
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 866
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 867
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 917
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 918
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 919
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 939
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 940
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 941
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 991
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 992
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 993
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1013
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1014
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1015
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1065
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1066
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1067
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1087
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1088
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1089
 Warning indentation Indentation 'internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor' has incorrect indentation level 4, expected level should be 6. 1107
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1109
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1121
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1122
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1123
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1124
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1127
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1141

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/provider/consumer/ProtobufMessageBodyConsumer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 51
 Warning indentation Indentation 'inputStream' has incorrect indentation level 10, expected level should be 12. 78

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/provider/producer/PlainTextMessageBodyProducer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 47

Hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/provider/producer/ProtobufMessageBodyProducer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 49
 Warning indentation Indentation 'Annotation' has incorrect indentation level 4, expected level should be 6. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 56

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/HBaseRESTTestingUtility.java

Severity Category Rule Message Line
 Warning indentation Indentation '"com.sun.jersey.config.property.resourceConfigClass"' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'ResourceConfig' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation '"jetty"' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'testServletPort' has incorrect indentation level 6, expected level should be 8. 86
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 4, expected level should be 6. 94
 Warning indentation Indentation 'catch' child has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 4, expected level should be 6. 96

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 354
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 11, expected level should be one of the following: 10, 12, 14. 495
 Warning indentation Indentation 'value' has incorrect indentation level 8, expected level should be 10. 502
 Warning indentation Indentation 'value' has incorrect indentation level 8, expected level should be 10. 503
 Warning indentation Indentation 'value' has incorrect indentation level 8, expected level should be 10. 504
 Warning indentation Indentation 'ConnectionFactory' has incorrect indentation level 8, expected level should be 10. 505
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 586
 Warning indentation Indentation '"ms writing "' has incorrect indentation level 14, expected level should be 16. 641
 Warning indentation Indentation '", startRow="' has incorrect indentation level 10, expected level should be 14. 732
 Warning indentation Indentation '", perClientRunRows="' has incorrect indentation level 10, expected level should be 14. 733
 Warning indentation Indentation '", totalRows="' has incorrect indentation level 10, expected level should be 14. 734
 Warning indentation Indentation '", clients="' has incorrect indentation level 10, expected level should be 14. 735
 Warning indentation Indentation '", flushCommits="' has incorrect indentation level 10, expected level should be 14. 736
 Warning indentation Indentation '", writeToWAL="' has incorrect indentation level 10, expected level should be 14. 737
 Warning indentation Indentation '", useTags="' has incorrect indentation level 10, expected level should be 14. 738
 Warning indentation Indentation '", noOfTags="' has incorrect indentation level 10, expected level should be 14. 739
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 863
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1297
 Warning indentation Indentation 'perClientRunRows' has incorrect indentation level 6, expected level should be 8. 1299
 Warning indentation Indentation 'totalRows' has incorrect indentation level 6, expected level should be 8. 1303
 Warning indentation Indentation '"ms at offset "' has incorrect indentation level 6, expected level should be 8. 1320
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1337
 Warning indentation Indentation '"[-D<property=value>]* <command> <nclients>"' has incorrect indentation level 6, expected level should be 8. 1366
 Warning indentation Indentation '"(rather than use mapreduce)"' has incorrect indentation level 6, expected level should be 8. 1370
 Warning indentation Indentation '"Default: false"' has incorrect indentation level 6, expected level should be 8. 1375
 Warning indentation Indentation '"analysis (see guide). Default: disabled"' has incorrect indentation level 6, expected level should be 8. 1378
 Warning indentation Indentation '"possible. Not guaranteed that reads are always served from inmemory. Default: false"' has incorrect indentation level 6, expected level should be 8. 1380
 Warning indentation Indentation '"Default : false"' has incorrect indentation level 6, expected level should be 8. 1382
 Warning indentation Indentation '"This works only if usetags is true."' has incorrect indentation level 6, expected level should be 8. 1384
 Warning indentation Indentation '"clients (and HRegionServers)"' has incorrect indentation level 6, expected level should be 8. 1398

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/RowResourceBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'cellSetModel' has incorrect indentation level 6, expected level should be 8. 142
 Warning indentation Indentation 'xmlUnmarshaller' has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'xmlUnmarshaller' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 194
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 237
 Warning indentation Indentation 'cellSetModel' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 294
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 300
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 332
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 447
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 471
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 476

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestGetAndPutResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 160
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 178
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation '200' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation '404' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation '200' has incorrect indentation level 6, expected level should be 8. 229
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 239
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 252
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 284
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 286
 Warning indentation Indentation 'cellSetModel' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'xmlUnmarshaller' has incorrect indentation level 6, expected level should be 8. 321
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 349
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 359
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 367
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 378
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 380
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 384
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'RESTServlet' has incorrect indentation level 6, expected level should be 8. 425
 Warning indentation Indentation 'RESTServlet' has incorrect indentation level 6, expected level should be 8. 428
 Warning indentation Indentation 'RESTServlet' has incorrect indentation level 6, expected level should be 8. 431
 Warning indentation Indentation 'RESTServlet' has incorrect indentation level 6, expected level should be 8. 434
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 492
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 498
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 505
 Warning indentation Indentation 'xmlUnmarshaller' has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 538
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 540
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 544
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 546
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 551
 Warning indentation Indentation 'xmlUnmarshaller' has incorrect indentation level 6, expected level should be 8. 570

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestGzipFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 61

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MediaType' has incorrect indentation level 6, expected level should be 8. 173

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestResourceFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 37

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestScannerResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 78
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation 'unmarshaller' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 296
 Warning indentation Indentation 'foundTimestampHeader' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation '"/scanner"' has incorrect indentation level 6, expected level should be 8. 360

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestScannersWithFilters.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 111
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'unmarshaller' has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation '"returned "' has incorrect indentation level 8, expected level should be 10. 241
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'unmarshaller' has incorrect indentation level 6, expected level should be 8. 268
 Warning indentation Indentation '" total but already scanned "' has incorrect indentation level 8, expected level should be 10. 284
 Warning indentation Indentation 'kvs' has incorrect indentation level 8, expected level should be 10. 285
 Warning indentation Indentation 'kvs' has incorrect indentation level 6, expected level should be 8. 300
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 312
 Warning indentation Indentation 'unmarshaller' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation '" total but already scanned "' has incorrect indentation level 8, expected level should be 10. 337
 Warning indentation Indentation '"returned "' has incorrect indentation level 8, expected level should be 10. 339
 Warning indentation Indentation '" rows"' has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 954
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 956
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 958
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 972
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 974
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 976

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestSchemaResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 56

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestStatusResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 51
 Warning indentation Indentation 'context' has incorrect indentation level 6, expected level should be 8. 98

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestTableResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation 'Integer' has incorrect indentation level 12, expected level should be 14. 186
 Warning indentation Indentation 'context' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'context' has incorrect indentation level 6, expected level should be 8. 252

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestTableScan.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 106
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 204
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation 'CellModel' has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 282
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 288
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 385
 Warning indentation Indentation 'Constants' has incorrect indentation level 6, expected level should be 8. 457
 Warning indentation Indentation 'MediaType' has incorrect indentation level 6, expected level should be 8. 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 593
 Warning indentation Indentation 'object def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 594
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 6. 608

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestVersionResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 54
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'context' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 163

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/client/TestRemoteTable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 81

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestStorageClusterStatusModel.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 84
 Warning indentation Indentation 'model' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'node' has incorrect indentation level 6, expected level should be 8. 101

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestTableRegionModel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 53
 Warning indentation Indentation 'TABLE' has incorrect indentation level 6, expected level should be 8. 63
 Warning indentation Indentation '".ad9860f031282c46ed431d7af8f94aca."' has incorrect indentation level 6, expected level should be 8. 64
 Warning indentation Indentation 'START_KEY' has incorrect indentation level 6, expected level should be 8. 71

Hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestVersionModel.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Linux 2.6.18-128.1.6.el5.centos.plusxen amd64"' has incorrect indentation level 4, expected level should be 6. 30
 Warning indentation Indentation '"Sun Microsystems Inc. 1.6.0_13-11.3-b02"' has incorrect indentation level 4, expected level should be 6. 32

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/CoordinatedStateManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'CoordinatedStateException' has incorrect indentation level 4, expected level should be 6. 65

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/CoordinatedStateManagerFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 39

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/HDFSBlocksDistribution.java

Severity Category Rule Message Line
 Warning indentation Indentation 'otherBlocksDistribution' has incorrect indentation level 6, expected level should be 8. 218
 Warning indentation Indentation 'otherHostAndWeights' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation 'otherHostAndWeight' has incorrect indentation level 8, expected level should be 10. 222
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 244

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/HealthCheckChore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 46
 Warning indentation Indentation '"The node reported unhealthy "' has incorrect indentation level 10, expected level should be 12. 62

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/HealthChecker.java

Severity Category Rule Message Line
 Warning indentation Indentation '", timeout="' has incorrect indentation level 6, expected level should be 8. 69
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 111
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 123
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 125

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/InterProcessLock.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 54

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/JMXListener.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 174

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 66
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 82
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 94
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 109
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 138
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 139
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 140
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 173
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 193
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 207
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 225
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 256
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation 'regionServerThread' has incorrect indentation level 10, expected level should be 12. 284
 Warning indentation Indentation 'rst' has incorrect indentation level 10, expected level should be 12. 303
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 358
 Warning indentation Indentation 'masterThread' has incorrect indentation level 10, expected level should be 12. 397
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 476

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/MetaMigrationConvertingToPB.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 129

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/SplitLogTask.java

Severity Category Rule Message Line
 Warning indentation Indentation 'mergeFrom' has incorrect indentation level 8, expected level should be 10. 164
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'setMode' has incorrect indentation level 6, expected level should be 8. 182

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/TableDescriptors.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 37
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 45
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 54
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 62
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 70

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/TableStateManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 59
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 73
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 120

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/ZNodeClearer.java

Severity Category Rule Message Line
 Warning indentation Indentation '"on crash by start scripts (Longer MTTR!)"' has incorrect indentation level 8, expected level should be 10. 59

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/HFileArchiver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation '". Those files are still in the original location, and they may slow down reads."' has incorrect indentation level 8, expected level should be 10. 291
 Warning indentation Indentation '", free to archive original file."' has incorrect indentation level 8, expected level should be 10. 402

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 77

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/client/HTableWrapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 332
 Warning indentation Indentation 'callback' has incorrect indentation level 6, expected level should be 8. 360

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/client/TableSnapshotScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'rootDir' has incorrect indentation level 6, expected level should be 8. 157

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ProcessRequest' has incorrect indentation level 2, expected level should be 6. 39

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/conf/ConfigurationManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Collections' has incorrect indentation level 4, expected level should be 6. 83

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/BaseCoordinatedStateManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'CoordinatedStateException' has incorrect indentation level 4, expected level should be 6. 54

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZKSplitLogManagerCoordination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 298
 Warning indentation Indentation 'retry_count' has incorrect indentation level 6, expected level should be 8. 426
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 12, expected level should be 14. 648
 Warning indentation Indentation '": "' has incorrect indentation level 14, expected level should be 16. 651

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZKSplitTransactionCoordination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RS_ZK_REQUEST_REGION_SPLIT' has incorrect indentation level 12, expected level should be 14. 160
 Warning indentation Indentation 'b' has incorrect indentation level 10, expected level should be 12. 224
 Warning indentation Indentation 'RS_ZK_REGION_SPLITTING' has incorrect indentation level 10, expected level should be 12. 225
 Warning indentation Indentation 'b' has incorrect indentation level 12, expected level should be 14. 239
 Warning indentation Indentation 'RS_ZK_REGION_SPLIT' has incorrect indentation level 12, expected level should be 14. 240
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 262
 Warning indentation Indentation 'RS_ZK_REGION_SPLITTING' has incorrect indentation level 10, expected level should be 12. 265

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkCloseRegionCoordination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'catch' child has incorrect indentation level 7, expected level should be 6. 63
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 10, expected level should be 11. 64
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 65
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 112
 Warning indentation Indentation 'sn' has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation '" CLOSING to CLOSED got a version mismatch, someone else clashed "' has incorrect indentation level 10, expected level should be 12. 135
 Warning indentation Indentation '"so now unassigning"' has incorrect indentation level 10, expected level should be 12. 136

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkCoordinatedStateManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkOpenRegionCoordination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'zkOrd' has incorrect indentation level 8, expected level should be 10. 75
 Warning indentation Indentation '" but when transitioning from "' has incorrect indentation level 10, expected level should be 12. 77
 Warning indentation Indentation '"so now unassigning -- closing region on server: "' has incorrect indentation level 14, expected level should be 16. 85
 Warning indentation Indentation '" to OPENED in zk on "' has incorrect indentation level 10, expected level should be 12. 92
 Warning indentation Indentation '" from OPENING to OPENED -- closing region"' has incorrect indentation level 8, expected level should be 10. 97
 Warning indentation Indentation 'zkOrd' has incorrect indentation level 8, expected level should be 10. 122
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 123
 Warning indentation Indentation 'encodedName' has incorrect indentation level 8, expected level should be 10. 126
 Warning indentation Indentation 'encodedName' has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation '", context="' has incorrect indentation level 8, expected level should be 10. 164
 Warning indentation Indentation '", context="' has incorrect indentation level 8, expected level should be 10. 171
 Warning indentation Indentation '" from OFFLINE to FAILED_OPEN in ZK, expecting version "' has incorrect indentation level 8, expected level should be 10. 195
 Warning indentation Indentation 'zkOrd' has incorrect indentation level 8, expected level should be 10. 196
 Warning indentation Indentation 'rsServices' has incorrect indentation level 8, expected level should be 10. 198
 Warning indentation Indentation 'rsServices' has incorrect indentation level 8, expected level should be 10. 199
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 200
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 201
 Warning indentation Indentation 'zkOrd' has incorrect indentation level 8, expected level should be 10. 202
 Warning indentation Indentation '"It's likely that the master already timed out this open "' has incorrect indentation level 10, expected level should be 12. 204
 Warning indentation Indentation '"attempt, and thus another RS already has the region."' has incorrect indentation level 10, expected level should be 12. 205
 Warning indentation Indentation '" from OPENING to FAILED_OPEN in ZK, expecting version "' has incorrect indentation level 8, expected level should be 10. 232
 Warning indentation Indentation 'watcher' has incorrect indentation level 8, expected level should be 10. 234
 Warning indentation Indentation 'zkOrd' has incorrect indentation level 8, expected level should be 10. 235
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 236
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 237
 Warning indentation Indentation 'zkOrd' has incorrect indentation level 8, expected level should be 10. 238
 Warning indentation Indentation '"It's likely that the master already timed out this open "' has incorrect indentation level 10, expected level should be 12. 240
 Warning indentation Indentation '"attempt, and thus another RS already has the region."' has incorrect indentation level 10, expected level should be 12. 241
 Warning indentation Indentation '" from OPENING to FAILED_OPEN"' has incorrect indentation level 8, expected level should be 10. 247
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 259
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation '" because regions is NOT in RIT -- presuming this is because it SPLIT"' has incorrect indentation level 8, expected level should be 10. 308
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 314
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 315
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation '"; deleting unassigned node"' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation '" would have already been deleted"' has incorrect indentation level 8, expected level should be 10. 337
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 8, expected level should be 10. 341

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkRegionMergeCoordination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'region_b' has incorrect indentation level 12, expected level should be 14. 109
 Warning indentation Indentation 'RS_ZK_REQUEST_REGION_MERGE' has incorrect indentation level 12, expected level should be 14. 110
 Warning indentation Indentation 'manager' has incorrect indentation level 8, expected level should be 10. 225
 Warning indentation Indentation 'manager' has incorrect indentation level 10, expected level should be 12. 241
 Warning indentation Indentation 'RS_ZK_REGION_MERGING' has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation 'endState' has incorrect indentation level 8, expected level should be 10. 320

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkSplitLogWorkerCoordination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SplitLogCounters' has incorrect indentation level 10, expected level should be 12. 259
 Warning indentation Indentation 'new' has incorrect indentation level 22, expected level should be 24. 460
 Warning indentation Indentation 'bve' has incorrect indentation level 8, expected level should be 10. 604
 Warning indentation Indentation '"logic error - end task "' has incorrect indentation level 8, expected level should be 10. 607

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 62

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseMasterAndRegionObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 4, expected level should be 6. 314
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 4, expected level should be 6. 319
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 374
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 380

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 4, expected level should be 6. 307
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 4, expected level should be 6. 312
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 367
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 373

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 215
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 224
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 478
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 483

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRowProcessorEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 50

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BulkLoadObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.coprocessor.wal.classes"' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation '"hbase.coprocessor.user.enabled"' has incorrect indentation level 4, expected level should be 6. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 109
 Warning indentation Indentation 'DEFAULT_COPROCESSORS_ENABLED' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'Collections' has incorrect indentation level 6, expected level should be 8. 382
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 621
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 623
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 624
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 625
 Warning indentation Indentation 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 626
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 627
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6, 8. 628

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/MasterObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctx' has incorrect indentation level 2, expected level should be 6. 93
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 445
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 457

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/MultiRowMutationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'CoprocessorService' has incorrect indentation level 0, expected level should be 4. 81

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/RegionObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 404
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 413
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 448
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 463
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 481
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 495
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 512
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 527
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 544
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 559
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 576
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 609
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 687
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 737
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 761
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 810
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 833
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 855
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 871
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 905
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 921
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 958
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 976
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1016
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1038
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1056
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1095
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1108
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 1182
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 1194

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/RegionServerObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 40
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/errorhandling/TimeoutExceptionInjector.java

Severity Category Rule Message Line
 Warning indentation Indentation '"this timer."' has incorrect indentation level 10, expected level should be 12. 89

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/executor/ExecutorService.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 66
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 70
 Warning indentation Indentation '", corePoolSize="' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation '", maxPoolSize="' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'entry' has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation '" Is this process shutting down?"' has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 220

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/fs/HFileSystem.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation '" using class "' has incorrect indentation level 8, expected level should be 10. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 271
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 273
 Warning indentation Indentation 'if' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 276
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 278
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 279
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 22, expected level should be one of the following: 16, 18, 20. 285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 286
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 287
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 288
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 289
 Warning indentation Indentation 'catch' child has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 292
 Warning indentation Indentation 'if' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 293
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 294
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 296
 Warning indentation Indentation 'if' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 298
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 22, expected level should be one of the following: 16, 18, 20. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 303
 Warning indentation Indentation 'catch' child has incorrect indentation level 18, expected level should be one of the following: 12, 14, 16. 304
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10, 12. 306
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 307

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/AdminAuthorizedServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HtmlQuoting.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 43
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 86
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 87
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 88
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 203

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpConfig.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. 54
 Warning indentation Indentation 'ServerConfigurationKeys' has incorrect indentation level 6, expected level should be 8. 56
 Warning indentation Indentation 'ServerConfigurationKeys' has incorrect indentation level 6, expected level should be 8. 57

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpRequestLog.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 10, expected level should be 12. 76

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 307
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 313
 Warning indentation Indentation 'ctor def rparen' has incorrect indentation level 6, expected level should be 2. 396
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 636
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 780
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 781
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 782
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 783
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 784
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 785
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 786
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 870
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 1101
 Warning indentation Indentation 'ServletContext' has incorrect indentation level 4, expected level should be 6. 1126
 Warning indentation Indentation 'HttpServletResponse' has incorrect indentation level 4, expected level should be 6. 1127
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1129
 Warning indentation Indentation 'CommonConfigurationKeys' has incorrect indentation level 6, expected level should be 8. 1133
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 1134
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 1209
 Warning indentation Indentation 'response' has incorrect indentation level 8, expected level should be 10. 1216
 Warning indentation Indentation 'rawRequest' has incorrect indentation level 12, expected level should be 14. 1248
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1335

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/InfoServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 56
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 6. 69
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 70
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 82

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/NoCacheFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 42

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/conf/ConfServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 89

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/jmx/JMXJsonServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 202

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rparen' has incorrect indentation level 8, expected level should be 4. 101

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/FileLink.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 6. 143

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java

Severity Category Rule Message Line
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 70
 Warning indentation Indentation 'Pattern' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation 'Pattern' has incorrect indentation level 4, expected level should be 6. 86

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HalfStoreFileReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 183
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 232

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/Reference.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 150
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 168
 Warning indentation Indentation 'FSProtos' has incorrect indentation level 6, expected level should be 8. 198

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/AbstractHFileWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 181

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/BlockCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 59

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/BlockCacheUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 112
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 134
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 206

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 5, expected level should be 4. 222
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 5, expected level should be 4. 243
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 465
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 6, expected level should be 8. 489
 Warning indentation Indentation 'bucketCachePercentage' has incorrect indentation level 6, expected level should be 8. 544
 Warning indentation Indentation 'DEFAULT_BUCKET_CACHE_WRITER_THREADS' has incorrect indentation level 6, expected level should be 8. 550
 Warning indentation Indentation 'DEFAULT_BUCKET_CACHE_WRITER_QUEUE' has incorrect indentation level 6, expected level should be 8. 552
 Warning indentation Indentation '"hbase.bucketcache.ioengine.errors.tolerated.duration"' has incorrect indentation level 8, expected level should be 10. 565
 Warning indentation Indentation 'BucketCache' has incorrect indentation level 8, expected level should be 10. 566
 Warning indentation Indentation 'DEFAULT_BUCKET_CACHE_COMBINED' has incorrect indentation level 8, expected level should be 10. 597

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheStats.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 227

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheableDeserializerIdManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 34

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/ChecksumUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation 'ChecksumType' has incorrect indentation level 4, expected level should be 6. 66
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 217

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 193
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 194
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 195
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 196
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 206

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Compression' has incorrect indentation level 4, expected level should be 6. 147
 Warning indentation Indentation 'DEFAULT_COMPRESSION_ALGORITHM' has incorrect indentation level 4, expected level should be 6. 163
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 334
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 336
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 338
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 339
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 464
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 465
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 466
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 467
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 468
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 469

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java

Severity Category Rule Message Line
 Warning indentation Indentation 'else' child has incorrect indentation level 11, expected level should be one of the following: 8, 10, 12. 127
 Warning indentation Indentation 'else' child has incorrect indentation level 11, expected level should be one of the following: 8, 10, 12. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 303
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 445
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 446
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 447
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 448
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 449
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 450
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 451
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 452
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 487
 Warning indentation Indentation '"Block offset: "' has incorrect indentation level 8, expected level should be 10. 499
 Warning indentation Indentation 'reader' has incorrect indentation level 6, expected level should be 8. 523
 Warning indentation Indentation 'unpacked' has incorrect indentation level 6, expected level should be 8. 529
 Warning indentation Indentation 'dup' has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 1010
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1442
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1460
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1543

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java

Severity Category Rule Message Line
 Warning indentation Indentation 'targetKeyRelOffset' has incorrect indentation level 8, expected level should be 10. 488
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 893
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 894
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 895
 Warning indentation Indentation '" on-disk size, "' has incorrect indentation level 10, expected level should be 12. 896
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 897
 Warning indentation Indentation '" total uncompressed size."' has incorrect indentation level 10, expected level should be 12. 898
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 929
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 930
 Warning indentation Indentation 'beginOffset' has incorrect indentation level 10, expected level should be 12. 982

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Seek to this row and print all the kvs for this row only"' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation '"File to scan. Pass full-path; e.g. hdfs://a:9000/hbase/hbase:meta/12/34"' has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation '"Region to scan. Pass region name; e.g. 'hbase:meta,,1'"' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'FixedFileTrailer' has incorrect indentation level 8, expected level should be 10. 294
 Warning indentation Indentation 'max' has incorrect indentation level 8, expected level should be 10. 296

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'null' has incorrect indentation level 16, expected level should be 18. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 244
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 7. 246
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 259
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 265
 Warning indentation Indentation 'updateCacheMetrics' has incorrect indentation level 9, expected level should be 11. 266
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 267
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 269
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 271
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 276
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 281
 Warning indentation Indentation 'if' has incorrect indentation level 11, expected level should be 10. 293
 Warning indentation Indentation 'if' child has incorrect indentation level 13, expected level should be 12. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 13, expected level should be 12. 305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 10. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 313
 Warning indentation Indentation 'BlockType' has incorrect indentation level 10, expected level should be 12. 348
 Warning indentation Indentation 'updateCacheMetrics' has incorrect indentation level 12, expected level should be 14. 404
 Warning indentation Indentation 'cacheConf' has incorrect indentation level 12, expected level should be 14. 445
 Warning indentation Indentation 'cacheConf' has incorrect indentation level 12, expected level should be 14. 446
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 525
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1338

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV3.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'User' has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'conf' has incorrect indentation level 10, expected level should be 12. 114
 Warning indentation Indentation '" initialized with cacheConf: "' has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation '" comparator: "' has incorrect indentation level 8, expected level should be 10. 140
 Warning indentation Indentation '" fileContext: "' has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'blockBuffer' has incorrect indentation level 10, expected level should be 12. 296

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileWriterV2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 103
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'CellComparator' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'lastDataBlockOffset' has incorrect indentation level 6, expected level should be 8. 168

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileWriterV3.java

Severity Category Rule Message Line
 Warning indentation Indentation '" initialized with cacheConf: "' has incorrect indentation level 8, expected level should be 10. 70
 Warning indentation Indentation '" comparator: "' has incorrect indentation level 8, expected level should be 10. 71
 Warning indentation Indentation '" fileContext: "' has incorrect indentation level 8, expected level should be 10. 72
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 105
 Warning indentation Indentation 'cryptoContext' has incorrect indentation level 8, expected level should be 10. 128
 Warning indentation Indentation 'cryptoContext' has incorrect indentation level 8, expected level should be 10. 130

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 160
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation '", mapSize="' has incorrect indentation level 8, expected level should be 10. 361
 Warning indentation Indentation '", mapSize="' has incorrect indentation level 10, expected level should be 12. 368
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 10, expected level should be 12. 540
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 10, expected level should be 12. 541
 Warning indentation Indentation '" from single and multi buckets"' has incorrect indentation level 14, expected level should be 16. 583
 Warning indentation Indentation '" total from all three buckets "' has incorrect indentation level 14, expected level should be 16. 588
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 613
 Warning indentation Indentation '"freed="' has incorrect indentation level 10, expected level should be 12. 638
 Warning indentation Indentation '"total="' has incorrect indentation level 10, expected level should be 12. 639
 Warning indentation Indentation '"single="' has incorrect indentation level 10, expected level should be 12. 640
 Warning indentation Indentation '"multi="' has incorrect indentation level 10, expected level should be 12. 641
 Warning indentation Indentation '"memory="' has incorrect indentation level 10, expected level should be 12. 642

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruCachedBlock.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ClassSize' has incorrect indentation level 4, expected level should be 6. 38
 Warning indentation Indentation 'ClassSize' has incorrect indentation level 4, expected level should be 6. 39

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/PrefetchExecutor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 46
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 10, expected level should be 12. 105

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 204
 Warning indentation Indentation 'persistencePath' has incorrect indentation level 6, expected level should be 8. 213
 Warning indentation Indentation '", blockSize="' has incorrect indentation level 6, expected level should be 8. 268
 Warning indentation Indentation 'persistencePath' has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'bucketEntry' has incorrect indentation level 12, expected level should be 14. 426
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 599
 Warning indentation Indentation '" of current used="' has incorrect indentation level 10, expected level should be 12. 614
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 10, expected level should be 12. 615
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 703
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 704
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 705
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 706
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 707
 Warning indentation Indentation 're' has incorrect indentation level 12, expected level should be 14. 790
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 880
 Warning indentation Indentation '"ms, disabing cache, please check your IOEngine"' has incorrect indentation level 10, expected level should be 12. 967
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 1068

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'readQueueClass' has incorrect indentation level 6, expected level should be 8. 88
 Warning indentation Indentation 'calcNumWriters' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'LinkedBlockingQueue' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'readQueueClass' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'writeQueueClass' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'ReflectionUtils' has incorrect indentation level 8, expected level should be 10. 143
 Warning indentation Indentation 'ReflectionUtils' has incorrect indentation level 8, expected level should be 10. 148

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcExecutor.java

Severity Category Rule Message Line
 Warning indentation Indentation '",queue="' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 144

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Server' has incorrect indentation level 4, expected level should be 6. 191
 Warning indentation Indentation 'Collections' has incorrect indentation level 4, expected level should be 6. 247
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 422
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 10. 664
 Warning indentation Indentation 'try' child has incorrect indentation level 9, expected level should be 10. 1065
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1227
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be 4. 1261
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 14. 1343
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 16. 1344
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 18. 1345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 16. 1347
 Warning indentation Indentation 'block' child has incorrect indentation level 14, expected level should be 16. 1348
 Warning indentation Indentation 'block' child has incorrect indentation level 14, expected level should be 16. 1352
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 14. 1353
 Warning indentation Indentation 'block' child has incorrect indentation level 14, expected level should be 16. 1354
 Warning indentation Indentation 'block' child has incorrect indentation level 14, expected level should be 16. 1355
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 16. 1356
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 18. 1357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 16. 1358
 Warning indentation Indentation 'block' child has incorrect indentation level 14, expected level should be 16. 1359
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 16. 1360
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 18. 1361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 16. 1364
 Warning indentation Indentation 'block' child has incorrect indentation level 14, expected level should be 16. 1365
 Warning indentation Indentation 'sendToClient' has incorrect indentation level 12, expected level should be 14. 1399
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1420
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1421
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 1620
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 1621
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1691
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 8. 1711
 Warning indentation Indentation '" totalRequestSize: "' has incorrect indentation level 10, expected level should be 12. 1782
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1788
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1836
 Warning indentation Indentation 'msg' has incorrect indentation level 10, expected level should be 12. 1840
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1871
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2021
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2103
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2282
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2311
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 2492

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServerInterface.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Message' has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 53

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 3, expected level should be 4. 157
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 5, expected level should be 6. 158
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 10, expected level should be 4. 169
 Warning indentation Indentation 'null' has incorrect indentation level 12, expected level should be 14. 170

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/GroupingTableMap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 44
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 45
 Warning indentation Indentation '"hbase.mapred.groupingtablemap.columns"' has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 69

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/HRegionPartitioner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 49

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/IdentityTableMap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 38
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 39
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 57
 Warning indentation Indentation 'ImmutableBytesWritable' has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'Result' has incorrect indentation level 6, expected level should be 8. 60

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/IdentityTableReduce.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 40
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 41
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 44

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/RowCounter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 53
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 61
 Warning indentation Indentation 'RowCounterMapper' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation '" <outputdir> <tablename> <column1> [<column2>...]"' has incorrect indentation level 6, expected level should be 8. 101

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 83
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 107
 Warning indentation Indentation 'numSplits' has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation 'getHostname' has incorrect indentation level 8, expected level should be 10. 215

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableMap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 38

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 73
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'true' has incorrect indentation level 6, expected level should be 8. 77
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 81
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 82
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 83
 Warning indentation Indentation 'addDependencyJars' has incorrect indentation level 6, expected level should be 8. 85
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 103
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 154
 Warning indentation Indentation 'addDependencyJars' has incorrect indentation level 6, expected level should be 8. 157
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 172
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 188
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 189
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 207
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 208
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 219
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 266
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 268
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 283
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 299
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 313
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 340
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 343
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 345
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 347

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableOutputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 77
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 90

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableRecordReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 38
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 138

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableRecordReaderImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 200
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 210
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 245
 Warning indentation Indentation '"null"' has incorrect indentation level 10, expected level should be 12. 248

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableReduce.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 38

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 4, expected level should be 6. 89
 Warning indentation Indentation 'TableSnapshotInputFormatImpl' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'getRecordReader' has incorrect indentation level 2, expected level should be 6. 149

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSplit.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 47
 Warning indentation Indentation 'location' has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 128

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/CellCounter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 86
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 137
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 166
 Warning indentation Indentation '"[Prefix] for row filter]] --starttime=[starttime] --endtime=[endtime]"' has incorrect indentation level 8, expected level should be 10. 279

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/CopyTable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 129
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 10. 132
 Warning indentation Indentation 'null' has incorrect indentation level 8, expected level should be 10. 142
 Warning indentation Indentation 'Import' has incorrect indentation level 8, expected level should be 10. 166
 Warning indentation Indentation 'null' has incorrect indentation level 8, expected level should be 10. 169

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Driver.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Count rows in HBase table"' has incorrect indentation level 6, expected level should be 8. 41
 Warning indentation Indentation '"Count cells in HBase table"' has incorrect indentation level 6, expected level should be 8. 43

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Export.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 116
 Warning indentation Indentation '", endtime="' has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation '"[<starttime> [<endtime>]] [^[regex pattern] or [Prefix] to filter]]\n"' has incorrect indentation level 6, expected level should be 8. 154

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/GroupingTableMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 43
 Warning indentation Indentation '"hbase.mapred.groupingtablemap.columns"' has incorrect indentation level 4, expected level should be 6. 50
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 90

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HFileOutputFormat2' has incorrect indentation level 4, expected level should be 6. 67

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 275
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 296
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'NullWritable' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'familyDescriptor' has incorrect indentation level 8, expected level should be 10. 627
 Warning indentation Indentation 'familyDescriptor' has incorrect indentation level 8, expected level should be 10. 630
 Warning indentation Indentation 'familyDescriptor' has incorrect indentation level 8, expected level should be 10. 693

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HRegionPartitioner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 55
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 56

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/IdentityTableMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 36
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 50
 Warning indentation Indentation 'ImmutableBytesWritable' has incorrect indentation level 6, expected level should be 8. 52
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 65

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/IdentityTableReducer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 55
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 77

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 101
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 145
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 146
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 361
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 365
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 427

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/ImportTsv.java

Severity Category Rule Message Line
 Warning indentation Indentation '"TsvParser only supports single-byte separators"' has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'Splitter' has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 240
 Warning indentation Indentation 'mapperClassName' has incorrect indentation level 10, expected level should be 12. 469
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 471
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 472
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 473
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 474
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 475
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 476
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 477
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 478
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 479
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 480
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 481
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 483
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 484
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 485
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 487
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 488
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 489
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 12. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 491
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 494
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 12. 495
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 14. 496
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 14. 497
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 14, expected level should be 12. 498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 499
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 10. 500
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be 12. 502
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 12. 504
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 505
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 507
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 14. 508
 Warning indentation Indentation 'if' has incorrect indentation level 18, expected level should be 16. 509
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 18. 510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 18, expected level should be 16. 511
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 14. 512
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 14. 513
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 16. 514
 Warning indentation Indentation 'for' has incorrect indentation level 18, expected level should be 16. 515
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 18. 516
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 18, expected level should be 16. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 16. 518
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 16. 524
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 16. 525
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 14. 526
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 12. 527
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be 12. 528
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be 12. 529
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be 12. 530
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be 12. 531
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 12. 532
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 533
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 12. 535
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 14. 536
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 14. 537
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 14, expected level should be 12. 538
 Warning indentation Indentation 'try' child has incorrect indentation level 14, expected level should be 12. 539
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 10. 541
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 542
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 543
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 544
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 545
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 546
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 547
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 549
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 553
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 554
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 10. 557
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 10. 559
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be 8. 560
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 562
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 563
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 579
 Warning indentation Indentation '"Usage: "' has incorrect indentation level 6, expected level should be 8. 606
 Warning indentation Indentation '"\n"' has incorrect indentation level 6, expected level should be 8. 607
 Warning indentation Indentation '"Imports the given input directory of TSV data into the specified table.\n"' has incorrect indentation level 6, expected level should be 8. 608
 Warning indentation Indentation '"\n"' has incorrect indentation level 6, expected level should be 8. 609
 Warning indentation Indentation '"The column names of the TSV data must be specified using the -D"' has incorrect indentation level 6, expected level should be 8. 610
 Warning indentation Indentation '"option. This option takes the form of comma-separated column names, where each\n"' has incorrect indentation level 6, expected level should be 8. 611
 Warning indentation Indentation '"column name is either a simple column family, or a columnfamily:qualifier. The special\n"' has incorrect indentation level 6, expected level should be 8. 612
 Warning indentation Indentation '"column name "' has incorrect indentation level 6, expected level should be 8. 613
 Warning indentation Indentation '"as the row key for each imported record. You must specify exactly one column\n"' has incorrect indentation level 6, expected level should be 8. 614
 Warning indentation Indentation '"to be the row key, and you must specify a column name for every column that exists in the\n"' has incorrect indentation level 6, expected level should be 8. 615
 Warning indentation Indentation '"input data. Another special column"' has incorrect indentation level 6, expected level should be 8. 616
 Warning indentation Indentation '" designates that this column should be\n"' has incorrect indentation level 6, expected level should be 8. 617
 Warning indentation Indentation '"used as timestamp for each record. Unlike "' has incorrect indentation level 6, expected level should be 8. 618
 Warning indentation Indentation 'TsvParser' has incorrect indentation level 6, expected level should be 8. 619
 Warning indentation Indentation '"You must specify at most one column as timestamp key for each imported record.\n"' has incorrect indentation level 6, expected level should be 8. 620
 Warning indentation Indentation '"Record with invalid timestamps (blank, non-numeric) will be treated as bad record.\n"' has incorrect indentation level 6, expected level should be 8. 621
 Warning indentation Indentation '"Note: if you use this option, then '"' has incorrect indentation level 6, expected level should be 8. 622
 Warning indentation Indentation '"\n"' has incorrect indentation level 6, expected level should be 8. 623
 Warning indentation Indentation 'TsvParser' has incorrect indentation level 6, expected level should be 8. 624
 Warning indentation Indentation '" Should be specified as key=>value where "' has incorrect indentation level 6, expected level should be 8. 625
 Warning indentation Indentation '" as the seperator. Note that more than one OperationAttributes can be specified.\n"' has incorrect indentation level 6, expected level should be 8. 626
 Warning indentation Indentation '"By default importtsv will load data directly into HBase. To instead generate\n"' has incorrect indentation level 6, expected level should be 8. 627
 Warning indentation Indentation '"HFiles of data to prepare for a bulk data load, pass the option:\n"' has incorrect indentation level 6, expected level should be 8. 628
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 629
 Warning indentation Indentation '" Note: if you do not use this option, then the target table must already exist in HBase\n"' has incorrect indentation level 6, expected level should be 8. 630
 Warning indentation Indentation '"\n"' has incorrect indentation level 6, expected level should be 8. 631
 Warning indentation Indentation '"Other options that may be specified with -D include:\n"' has incorrect indentation level 6, expected level should be 8. 632
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 633
 Warning indentation Indentation '" '-D"' has incorrect indentation level 6, expected level should be 8. 634
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 635
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 636
 Warning indentation Indentation 'DEFAULT_MAPPER' has incorrect indentation level 6, expected level should be 8. 637
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 638
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 639
 Warning indentation Indentation '" Note: if you set this to 'no', then the target table must already exist in HBase\n"' has incorrect indentation level 6, expected level should be 8. 640
 Warning indentation Indentation '" -D"' has incorrect indentation level 6, expected level should be 8. 641
 Warning indentation Indentation '"Default is false\n\n"' has incorrect indentation level 6, expected level should be 8. 642
 Warning indentation Indentation '"For performance consider the following options:\n"' has incorrect indentation level 6, expected level should be 8. 643
 Warning indentation Indentation '" -Dmapreduce.map.speculative=false\n"' has incorrect indentation level 6, expected level should be 8. 644
 Warning indentation Indentation '" -Dmapreduce.reduce.speculative=false"' has incorrect indentation level 6, expected level should be 8. 645

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/JarFinder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 65

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/KeyValueSortReducer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 175
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 260
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 291
 Warning indentation Indentation 'Runtime' has incorrect indentation level 6, expected level should be 8. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 431
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 6. 488
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 500
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 501
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 502
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 575
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 670
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 671
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 693
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 712
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 714
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 824
 Warning indentation Indentation '" first="' has incorrect indentation level 12, expected level should be 14. 941
 Warning indentation Indentation '" last="' has incorrect indentation level 12, expected level should be 14. 942

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try resource' has incorrect indentation level 8, expected level should be 10. 160
 Warning indentation Indentation 'try resource' has incorrect indentation level 8, expected level should be 10. 161

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultithreadedTableMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Class' has incorrect indentation level 2, expected level should be 6. 97
 Warning indentation Indentation 'void' has incorrect indentation level 2, expected level should be 6. 111
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'method def rparen' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 8. 194
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 8. 199
 Warning indentation Indentation 'Mapper' has incorrect indentation level 10, expected level should be 12. 243
 Warning indentation Indentation 'Configuration' has incorrect indentation level 10, expected level should be 12. 244
 Warning indentation Indentation 'TaskAttemptID' has incorrect indentation level 10, expected level should be 12. 245
 Warning indentation Indentation 'RecordReader' has incorrect indentation level 10, expected level should be 12. 246
 Warning indentation Indentation 'RecordWriter' has incorrect indentation level 10, expected level should be 12. 247
 Warning indentation Indentation 'OutputCommitter' has incorrect indentation level 10, expected level should be 12. 248
 Warning indentation Indentation 'StatusReporter' has incorrect indentation level 10, expected level should be 12. 249
 Warning indentation Indentation 'InputSplit' has incorrect indentation level 10, expected level should be 12. 250
 Warning indentation Indentation 'Configuration' has incorrect indentation level 12, expected level should be 14. 264
 Warning indentation Indentation 'TaskAttemptID' has incorrect indentation level 12, expected level should be 14. 265
 Warning indentation Indentation 'RecordReader' has incorrect indentation level 12, expected level should be 14. 266
 Warning indentation Indentation 'RecordWriter' has incorrect indentation level 12, expected level should be 14. 267
 Warning indentation Indentation 'OutputCommitter' has incorrect indentation level 12, expected level should be 14. 268
 Warning indentation Indentation 'StatusReporter' has incorrect indentation level 12, expected level should be 14. 269
 Warning indentation Indentation 'InputSplit' has incorrect indentation level 12, expected level should be 14. 270
 Warning indentation Indentation 'outer' has incorrect indentation level 12, expected level should be 14. 273
 Warning indentation Indentation 'outer' has incorrect indentation level 12, expected level should be 14. 274
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 275
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 276
 Warning indentation Indentation 'context' has incorrect indentation level 12, expected level should be 14. 277
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 278
 Warning indentation Indentation 'outer' has incorrect indentation level 12, expected level should be 14. 279

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/RowCounter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 56
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 74
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 89
 Warning indentation Indentation 'RowCounterMapper' has incorrect indentation level 6, expected level should be 8. 168

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 50
 Warning indentation Indentation 'key' has incorrect indentation level 6, expected level should be 8. 111

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 50
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 8. 170

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 106
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 145
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 162
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 256
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 258
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 263
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 272
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 273
 Warning indentation Indentation 'for' has incorrect indentation level 4, expected level should be 6. 274
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 281
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 282
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 283
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 284
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 8. 286
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 287
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 288
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 289
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 290
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 294
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 310
 Warning indentation Indentation 'splitStart' has incorrect indentation level 10, expected level should be 12. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 312
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 313
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 315
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 316
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 4, expected level should be 6. 317
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 319
 Warning indentation Indentation 'MAPREDUCE_INPUT_AUTOBALANCE' has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 321
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 10. 324
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 10. 325
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 8. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 327
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 330
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 332
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 335
 Warning indentation Indentation 'else' child has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 4, expected level should be 6. 337
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 480

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 139
 Warning indentation Indentation 'Class' has incorrect indentation level 6, expected level should be 7. 140
 Warning indentation Indentation 'Class' has incorrect indentation level 6, expected level should be 7. 141
 Warning indentation Indentation 'Class' has incorrect indentation level 6, expected level should be 7. 142
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 7. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 163
 Warning indentation Indentation 'throws' has incorrect indentation level 3, expected level should be 7. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 171
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 197
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 242
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 267
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 292
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 334
 Warning indentation Indentation 'addDependencyJars' has incorrect indentation level 6, expected level should be 8. 382
 Warning indentation Indentation 'scanStrings' has incorrect indentation level 6, expected level should be 8. 422
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 544
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 545
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 561
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 562
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 590
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 591
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 592
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 623
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 624
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 625
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 672
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 674
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 688
 Warning indentation Indentation 'TableName' has incorrect indentation level 7, expected level should be 8. 690
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 721
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 722
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 723
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 724
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 725
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 727
 Warning indentation Indentation 'io' has incorrect indentation level 6, expected level should be 8. 728
 Warning indentation Indentation 'com' has incorrect indentation level 6, expected level should be 8. 729
 Warning indentation Indentation 'com' has incorrect indentation level 6, expected level should be 8. 730
 Warning indentation Indentation 'org' has incorrect indentation level 6, expected level should be 8. 731
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 835

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 38

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputCommitter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 66

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 54
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 86
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 110
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 125
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 143
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 173

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableRecordReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 40

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 50
 Warning indentation Indentation '"HBase Counters"' has incorrect indentation level 4, expected level should be 6. 56
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 104
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 211
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 248
 Warning indentation Indentation '"null"' has incorrect indentation level 10, expected level should be 12. 251

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableReducer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 46

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 140
 Warning indentation Indentation 'context' has incorrect indentation level 8, expected level should be 10. 141

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.tablesnapshotinputformat.locality.cutoff.multiplier"' has incorrect indentation level 4, expected level should be 6. 70
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 271
 Warning indentation Indentation 'HRegion' has incorrect indentation level 10, expected level should be 12. 275
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 313

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSplit.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 45
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 370

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TextSortReducer.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 16, expected level should be 18. 172

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 48
 Warning indentation Indentation 'Context' has incorrect indentation level 4, expected level should be 6. 140
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 141
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 213

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterTextMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 39

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/WALPlayer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 92
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 98
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 130
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 135
 Warning indentation Indentation 'TableName' has incorrect indentation level 12, expected level should be 14. 205
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 246

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java

Severity Category Rule Message Line
 Warning indentation Indentation 'currentCompareRowInPeerTable' has incorrect indentation level 12, expected level should be 14. 164
 Warning indentation Indentation 'currentCompareRowInPeerTable' has incorrect indentation level 14, expected level should be 16. 182
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 236

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ActiveMasterManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 158
 Warning indentation Indentation '"Cluster went down before this master became active"' has incorrect indentation level 12, expected level should be 14. 234

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 135
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 172
 Warning indentation Indentation '=' has incorrect indentation level 2, expected level should be 6. 175
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 188
 Warning indentation Indentation 'failedOpenTracker' has incorrect indentation level 4, expected level should be 6. 241
 Warning indentation Indentation '-' has incorrect indentation level 6, expected level should be 8. 497
 Warning indentation Indentation 'watcher' has incorrect indentation level 6, expected level should be 8. 515
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 596
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 630
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 731
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 735
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 769
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 770
 Warning indentation Indentation '" was on deadserver; forcing offline"' has incorrect indentation level 8, expected level should be 10. 779
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 811
 Warning indentation Indentation '.' has incorrect indentation level 18, expected level should be 20. 817
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 845
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 896
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 897
 Warning indentation Indentation '&&' has incorrect indentation level 6, expected level should be 8. 940
 Warning indentation Indentation '"it is not online: "' has incorrect indentation level 8, expected level should be 10. 942
 Warning indentation Indentation 'regionStates' has incorrect indentation level 6, expected level should be 8. 947
 Warning indentation Indentation '", server="' has incorrect indentation level 8, expected level should be 10. 952
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 953
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 954
 Warning indentation Indentation '", current_state="' has incorrect indentation level 8, expected level should be 10. 955
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 967
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 973
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 981
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 982
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 983
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 984
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 986
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 987
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 988
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 990
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 991
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 992
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 995
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 997
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 998
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 999
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1001
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 1004
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1006
 Warning indentation Indentation 'method call' child has incorrect indentation level 12, expected level should be 14. 1007
 Warning indentation Indentation 'method call' child has incorrect indentation level 12, expected level should be 14. 1008
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1009
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 1010
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1012
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1013
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1015
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 1017
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1019
 Warning indentation Indentation 'method call' child has incorrect indentation level 12, expected level should be 14. 1020
 Warning indentation Indentation 'method call' child has incorrect indentation level 12, expected level should be 14. 1021
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1022
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 1023
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1027
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1028
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1029
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1035
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1036
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1074
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1075
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1087
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1088
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 1169
 Warning indentation Indentation '", server="' has incorrect indentation level 6, expected level should be 8. 1182
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 6, expected level should be 8. 1183
 Warning indentation Indentation 'this' has incorrect indentation level 14, expected level should be 16. 1194
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 14, expected level should be 16. 1424
 Warning indentation Indentation '(' has incorrect indentation level 14, expected level should be 16. 1500
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 1504
 Warning indentation Indentation '"regions in transition, skipping assignment of region "' has incorrect indentation level 8, expected level should be 10. 1534
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 1538
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1583
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1584
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1601
 Warning indentation Indentation 'watcher' has incorrect indentation level 10, expected level should be 12. 1620
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 1631
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 1632
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 1645
 Warning indentation Indentation '" of total="' has incorrect indentation level 16, expected level should be 18. 1662
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1679
 Warning indentation Indentation 'region' has incorrect indentation level 14, expected level should be 16. 1691
 Warning indentation Indentation 'region' has incorrect indentation level 14, expected level should be 16. 1697
 Warning indentation Indentation 'this' has incorrect indentation level 12, expected level should be 14. 1706
 Warning indentation Indentation '.' has incorrect indentation level 16, expected level should be 18. 1715
 Warning indentation Indentation '+' has incorrect indentation level 22, expected level should be 24. 1731
 Warning indentation Indentation '(' has incorrect indentation level 20, expected level should be 22. 1748
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 1761
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 1762
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1775
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1825
 Warning indentation Indentation 'versionOfClosingNode' has incorrect indentation level 10, expected level should be 12. 1838
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 1840
 Warning indentation Indentation 'dest' has incorrect indentation level 14, expected level should be 16. 1845
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 1852
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1862
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 1890
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1902
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1913
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1914
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1942
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1943
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1944
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1945
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1946
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 1947
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 1948
 Warning indentation Indentation 'method call' child has incorrect indentation level 10, expected level should be 12. 1949
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 1950
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 1951
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1952
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1953
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1954
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1955
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 1956
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 1959
 Warning indentation Indentation 'method call' child has incorrect indentation level 10, expected level should be 12. 1960
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 1961
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 1962
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1963
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 1972
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 1975
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1976
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1977
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 1978
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 1979
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 1981
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 1982
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1983
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1984
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1985
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1986
 Warning indentation Indentation 'method call' child has incorrect indentation level 8, expected level should be 10. 1987
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1988
 Warning indentation Indentation 'getMetaRegionLocation' has incorrect indentation level 10, expected level should be 12. 1999
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 2006
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 2012
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 2044
 Warning indentation Indentation '" after maximumAttempts ("' has incorrect indentation level 16, expected level should be 18. 2065
 Warning indentation Indentation '"). Reset attempts count and continue retrying."' has incorrect indentation level 16, expected level should be 18. 2066
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 14, expected level should be 16. 2091
 Warning indentation Indentation '"try="' has incorrect indentation level 14, expected level should be 16. 2161
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 2179
 Warning indentation Indentation '" to the same failed server."' has incorrect indentation level 16, expected level should be 18. 2252
 Warning indentation Indentation 'RpcClient' has incorrect indentation level 16, expected level should be 18. 2254
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 2277
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 2288
 Warning indentation Indentation 'serverManager' has incorrect indentation level 6, expected level should be 8. 2350
 Warning indentation Indentation '", there is no destination server available."' has incorrect indentation level 8, expected level should be 10. 2354
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 2367
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 2405
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 2456
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2482
 Warning indentation Indentation 'region' has incorrect indentation level 16, expected level should be 18. 2491
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 2492
 Warning indentation Indentation '"skipping unassign because region no longer exists -- its split or merge"' has incorrect indentation level 18, expected level should be 20. 2508
 Warning indentation Indentation '"; presuming split and that the region to unassign, "' has incorrect indentation level 16, expected level should be 18. 2514
 Warning indentation Indentation 'encodedName' has incorrect indentation level 16, expected level should be 18. 2515
 Warning indentation Indentation '" which is already "' has incorrect indentation level 10, expected level should be 12. 2535
 Warning indentation Indentation '" but forcing to send a CLOSE RPC again "' has incorrect indentation level 10, expected level should be 12. 2536
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 2543
 Warning indentation Indentation '"already in transition ("' has incorrect indentation level 10, expected level should be 12. 2544
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2560
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 2569
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2590
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2591
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2592
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2593
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2594
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2595
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2596
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2597
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 2598
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2599
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 2600
 Warning indentation Indentation 'balancer' has incorrect indentation level 6, expected level should be 8. 2674
 Warning indentation Indentation '"retainAssignment=true"' has incorrect indentation level 6, expected level should be 8. 2680
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 2704
 Warning indentation Indentation '"round-robin=true"' has incorrect indentation level 6, expected level should be 8. 2711
 Warning indentation Indentation '" region(s) to "' has incorrect indentation level 10, expected level should be 12. 2726
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 2739
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 2743
 Warning indentation Indentation 'getBoolean' has incorrect indentation level 6, expected level should be 8. 2764
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 2848
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 2851
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 2852
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 2853
 Warning indentation Indentation '&&' has incorrect indentation level 10, expected level should be 12. 2929
 Warning indentation Indentation 'tableStateManager' has incorrect indentation level 6, expected level should be 8. 2949
 Warning indentation Indentation 'getTablesInStates' has incorrect indentation level 6, expected level should be 8. 2973
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 2983
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 3021
 Warning indentation Indentation ':' has incorrect indentation level 6, expected level should be 8. 3022
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3053
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3054
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3055
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3056
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3057
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3058
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3059
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3060
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3061
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3062
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3063
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3064
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3065
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3066
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3078
 Warning indentation Indentation 'serverName' has incorrect indentation level 18, expected level should be 20. 3099
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 3105
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 3121
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3139
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 3158
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 3178
 Warning indentation Indentation 'getInt' has incorrect indentation level 6, expected level should be 8. 3204
 Warning indentation Indentation '" current="' has incorrect indentation level 8, expected level should be 10. 3323
 Warning indentation Indentation 'addressFromAM' has incorrect indentation level 6, expected level should be 8. 3329
 Warning indentation Indentation '" is on server="' has incorrect indentation level 6, expected level should be 8. 3331
 Warning indentation Indentation '" server being checked: "' has incorrect indentation level 6, expected level should be 8. 3332
 Warning indentation Indentation 'regionStates' has incorrect indentation level 10, expected level should be 12. 3365
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 3371
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 3404
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3406
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 3417
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 3451
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 3471
 Warning indentation Indentation 'destination' has incorrect indentation level 8, expected level should be 10. 3477
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3498
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3505
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 3512
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 3517
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 3557
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 3679
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3739
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3755
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 3769
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 3777
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 3783
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 3795
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3825
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3826
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3853
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3868
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 3877
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 3878
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3955
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3956
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 4175
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 4176
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4180
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 4181
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 4182
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 4184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 4185
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4186
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 4187
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 4189
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 4191
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 4192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 4193
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 4194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 4195
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 4197
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 4198
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 4200
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 4201
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 4202
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 4203
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4204
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4206
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 4207
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 4209
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 4211
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 4212
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 4213
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4214
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4216
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 8. 4217
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 10. 4218
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 8. 4219
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 10. 4220
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 8. 4221
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4222
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4223
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4224
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4225
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 4228
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 4229
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 4230
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 4231
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 4232
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 4233
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 4234
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4235
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4236
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4237
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4238
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4239
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4240
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 4243
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 4244
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 4245
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 4246
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 4247
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 4248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 4249
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4250
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 4252
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 4253
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 4257
 Warning indentation Indentation 'getSnapShotOfAssignment' has incorrect indentation level 4, expected level should be 6. 4270

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentVerificationReport.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 55
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 59
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 63
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 79
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 84
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 87
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 92
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 95
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 112
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'favoredNodes' has incorrect indentation level 10, expected level should be 12. 150
 Warning indentation Indentation 'favoredNodes' has incorrect indentation level 10, expected level should be 12. 152
 Warning indentation Indentation 'favoredNodes' has incorrect indentation level 10, expected level should be 12. 154
 Warning indentation Indentation 'FavoredNodesPlan' has incorrect indentation level 10, expected level should be 12. 175
 Warning indentation Indentation 'regionLocalityMap' has incorrect indentation level 12, expected level should be 14. 193
 Warning indentation Indentation 'regionDegreeLocalityMap' has incorrect indentation level 14, expected level should be 16. 203
 Warning indentation Indentation 'regionDegreeLocalityMap' has incorrect indentation level 12, expected level should be 14. 211
 Warning indentation Indentation 'primaryRSToRegionCounterMap' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation 'serverToHostingRegionCounterMap' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'primaryRSToRegionCounterMap' has incorrect indentation level 6, expected level should be 8. 393
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 508
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 516

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/BulkAssigner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Executors' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 121

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/BulkReOpen.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 74

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/CatalogJanitor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation 'mergedRegion' has incorrect indentation level 8, expected level should be 10. 204
 Warning indentation Indentation 'getMergedRegionsAndSplitParents' has incorrect indentation level 8, expected level should be 10. 222
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 316
 Warning indentation Indentation '" because daughter splits no longer hold references"' has incorrect indentation level 8, expected level should be 10. 332
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 363

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterStatusPublisher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'STATUS_PUBLISH_PERIOD' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 10, expected level should be 8. 304
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 10, expected level should be 8. 305
 Warning indentation Indentation 'try' has incorrect indentation level 10, expected level should be 8. 310
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 311
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 10, expected level should be 8. 314
 Warning indentation Indentation 'catch' child has incorrect indentation level 14, expected level should be 10. 315
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 10, expected level should be 8. 316
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 8. 321
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 2, expected level should be 4. 323

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/GeneralBulkAssigner.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 75
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 86
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 112
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 8. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 10. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 8. 230

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 340
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 341
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 396
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 400
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 444
 Warning indentation Indentation '"hbase.master.kerberos.principal"' has incorrect indentation level 8, expected level should be 10. 488
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 839
 Warning indentation Indentation 'currentMetaServer' has incorrect indentation level 8, expected level should be 10. 895
 Warning indentation Indentation 'processRegionInTransitionAndBlockUntilAssigned' has incorrect indentation level 6, expected level should be 8. 900
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 902
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 933
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 935
 Warning indentation Indentation '", location="' has incorrect indentation level 6, expected level should be 8. 953
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 6, expected level should be 8. 1035
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1070
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 7. 1071
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1072
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 7. 1073
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1074
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 7. 1075
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1076
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 7. 1077
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1078
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 7. 1079
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1086
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1087
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1090
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 1091
 Warning indentation Indentation 'getConfiguration' has incorrect indentation level 6, expected level should be 8. 1242
 Warning indentation Indentation 'getConfiguration' has incorrect indentation level 8, expected level should be 10. 1246
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 1268
 Warning indentation Indentation '" region(s) in transition: "' has incorrect indentation level 10, expected level should be 12. 1270
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 1276
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1293
 Warning indentation Indentation 'maximumBalanceTime' has incorrect indentation level 14, expected level should be 16. 1318
 Warning indentation Indentation 'getRegionState' has incorrect indentation level 6, expected level should be 8. 1365
 Warning indentation Indentation '"choosing a server at random"' has incorrect indentation level 8, expected level should be 10. 1374
 Warning indentation Indentation 'regionState' has incorrect indentation level 8, expected level should be 10. 1376
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1390
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1391
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1398
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1563
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1571
 Warning indentation Indentation 'zooKeeper' has incorrect indentation level 6, expected level should be 8. 1591
 Warning indentation Indentation 'HConstants' has incorrect indentation level 10, expected level should be 12. 1614
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1619
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1624
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1642
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1643
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1644
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1656
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1664
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1671
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1679
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1685
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1730
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1760
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1787
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1813
 Warning indentation Indentation 'assignmentManager' has incorrect indentation level 8, expected level should be 10. 1847
 Warning indentation Indentation 'assignmentManager' has incorrect indentation level 8, expected level should be 10. 1879
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1898
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1900
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1903
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1939
 Warning indentation Indentation 'fileSystemManager' has incorrect indentation level 6, expected level should be 8. 2015
 Warning indentation Indentation 'assignmentManager' has incorrect indentation level 6, expected level should be 8. 2017
 Warning indentation Indentation 'loadBalancerTracker' has incorrect indentation level 6, expected level should be 8. 2020
 Warning indentation Indentation 'masterClass' has incorrect indentation level 8, expected level should be 10. 2270
 Warning indentation Indentation 'ite' has incorrect indentation level 8, expected level should be 10. 2274

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMasterCommandLine.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Usage: Master [opts] start|stop|clear\n"' has incorrect indentation level 4, expected level should be 6. 55
 Warning indentation Indentation '" start Start Master. If local mode, start Master and RegionServer in same JVM\n"' has incorrect indentation level 4, expected level should be 6. 56
 Warning indentation Indentation '" stop Start cluster shutdown; Master signals RegionServer shutdown\n"' has incorrect indentation level 4, expected level should be 6. 57
 Warning indentation Indentation '" clear Delete the master znode in ZooKeeper after a master crashes\n "' has incorrect indentation level 4, expected level should be 6. 58
 Warning indentation Indentation '" where [opts] are:\n"' has incorrect indentation level 4, expected level should be 6. 59
 Warning indentation Indentation '" --minRegionServers=<servers> Minimum RegionServers needed to host user tables.\n"' has incorrect indentation level 4, expected level should be 6. 60
 Warning indentation Indentation '" --localRegionServers=<servers> "' has incorrect indentation level 4, expected level should be 6. 61
 Warning indentation Indentation '" --masters=<servers> Masters to start in this process.\n"' has incorrect indentation level 4, expected level should be 6. 63
 Warning indentation Indentation '" --backup Master should start in backup mode"' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation '"RegionServers to start in master process when running standalone"' has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 175
 Warning indentation Indentation '"hbase.zookeeper.server.kerberos.principal"' has incorrect indentation level 10, expected level should be 12. 202
 Warning indentation Indentation 'conf' has incorrect indentation level 10, expected level should be 12. 204
 Warning indentation Indentation 'zkClientPort' has incorrect indentation level 12, expected level should be 14. 210
 Warning indentation Indentation '". Aborting as clients (e.g. shell) will not be able to find "' has incorrect indentation level 12, expected level should be 14. 211
 Warning indentation Indentation '"this ZK quorum."' has incorrect indentation level 12, expected level should be 14. 212
 Warning indentation Indentation '", regionserversCount="' has incorrect indentation level 10, expected level should be 12. 223
 Warning indentation Indentation 'LocalHMaster' has incorrect indentation level 10, expected level should be 12. 225
 Warning indentation Indentation 'CoordinatedStateManagerFactory' has incorrect indentation level 10, expected level should be 12. 232
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 306

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/LoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 81
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 82
 Warning indentation Indentation 'Map' has incorrect indentation level 4, expected level should be 6. 92
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 93
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 103
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 4, expected level should be 6. 114

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterCoprocessorHost.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_COPROCESSORS_ENABLED' has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 689
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 692
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 693
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 694
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 866

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterDumpServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation '"==========================================================="' has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation 'am' has incorrect indentation level 6, expected level should be 8. 119

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 107
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 413
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 414
 Warning indentation Indentation '10' has incorrect indentation level 10, expected level should be 12. 429
 Warning indentation Indentation '10' has incorrect indentation level 10, expected level should be 12. 437
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 447
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 472
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 504
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 581
 Warning indentation Indentation 'hcd' has incorrect indentation level 6, expected level should be 8. 648
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 665

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RegionServerStartupResponse' has incorrect indentation level 6, expected level should be 8. 194
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'MasterService' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'MasterService' has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation 'RegionServerStatusService' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'RegionServerStatusService' has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation '-' has incorrect indentation level 10, expected level should be 12. 298
 Warning indentation Indentation 'request' has incorrect indentation level 8, expected level should be 10. 314
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 322
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 323
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 339
 Warning indentation Indentation 'HColumnDescriptor' has incorrect indentation level 8, expected level should be 10. 350
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 368
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 379
 Warning indentation Indentation 'CreateNamespaceRequest' has incorrect indentation level 5, expected level should be 6. 402
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 417
 Warning indentation Indentation 'req' has incorrect indentation level 8, expected level should be 10. 437
 Warning indentation Indentation 'request' has incorrect indentation level 8, expected level should be 10. 497
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 536
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 537
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 538
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 8, expected level should be 10. 651
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 8, expected level should be 10. 653
 Warning indentation Indentation 'builder' has incorrect indentation level 8, expected level should be 10. 655
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 674
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 681
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 707
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 714
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 910
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 916
 Warning indentation Indentation 'IsProcedureDoneResponse' has incorrect indentation level 8, expected level should be 10. 919
 Warning indentation Indentation 'ClientSnapshotDescriptionUtils' has incorrect indentation level 6, expected level should be 8. 964
 Warning indentation Indentation 'ListNamespaceDescriptorsResponse' has incorrect indentation level 8, expected level should be 10. 1019
 Warning indentation Indentation 'ListTableNamesByNamespaceResponse' has incorrect indentation level 8, expected level should be 10. 1050
 Warning indentation Indentation 'HColumnDescriptor' has incorrect indentation level 8, expected level should be 10. 1065
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 8, expected level should be 10. 1077
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 8, expected level should be 10. 1089
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1107
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1133
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 1139
 Warning indentation Indentation 'synchronousBalanceSwitch' has incorrect indentation level 8, expected level should be 10. 1205
 Warning indentation Indentation 'ClientSnapshotDescriptionUtils' has incorrect indentation level 8, expected level should be 10. 1232
 Warning indentation Indentation 'request' has incorrect indentation level 8, expected level should be 10. 1235
 Warning indentation Indentation 'snapshot' has incorrect indentation level 8, expected level should be 10. 1240
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1267
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 1270
 Warning indentation Indentation 'rt' has incorrect indentation level 8, expected level should be 10. 1304
 Warning indentation Indentation 'ReportRegionStateTransitionResponse' has incorrect indentation level 8, expected level should be 10. 1316

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 212

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 47
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 71
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 75

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/OfflineCallback.java

Severity Category Rule Message Line
 Warning indentation Indentation '"FIX see http://wiki.apache.org/hadoop/ZooKeeper/FAQ#A2"' has incorrect indentation level 8, expected level should be 10. 63
 Warning indentation Indentation '"FIX see http://wiki.apache.org/hadoop/ZooKeeper/FAQ#A2"' has incorrect indentation level 10, expected level should be 12. 100
 Warning indentation Indentation 'region' has incorrect indentation level 8, expected level should be 10. 110

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionPlacementMaintainer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 138
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 198
 Warning indentation Indentation 'assignmentSnapshot' has incorrect indentation level 8, expected level should be 10. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 203
 Warning indentation Indentation 'assignmentSnapshot' has incorrect indentation level 8, expected level should be 10. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 207
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 4. 208
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 209
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 225
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 230
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 231
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 232
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 236
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 237
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 238
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 239
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 241
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 242
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 245
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 10. 246
 Warning indentation Indentation 'for' child has incorrect indentation level 14, expected level should be 12. 250
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 10. 251
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 252
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 258
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 260
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 261
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 262
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 263
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 264
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 267
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 268
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 269
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 270
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 271
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 272
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 273
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 274
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 275
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 276
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 277
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 278
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 280
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 288
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 294
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 298
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 299
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 301
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 303
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 307
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 308
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 309
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 310
 Warning indentation Indentation 'for' has incorrect indentation level 14, expected level should be 12. 312
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 14. 313
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 14, expected level should be 12. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 315
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 316
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 318
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 4. 323
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 324
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 325
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 326
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 327
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 328
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 335
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 4. 340
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 341
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 342
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 343
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 344
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 346
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 347
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 10. 349
 Warning indentation Indentation 'for' child has incorrect indentation level 14, expected level should be 12. 350
 Warning indentation Indentation 'for' child has incorrect indentation level 14, expected level should be 12. 351
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 10. 352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 353
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 10. 355
 Warning indentation Indentation 'for' child has incorrect indentation level 14, expected level should be 12. 356
 Warning indentation Indentation 'for' child has incorrect indentation level 14, expected level should be 12. 357
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 10. 358
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be 8. 359
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 360
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 361
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 362
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 364
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 365
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 366
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 371
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 372
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 373
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 374
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 375
 Warning indentation Indentation 'for' has incorrect indentation level 14, expected level should be 12. 377
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 14. 378
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 14, expected level should be 12. 379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 380
 Warning indentation Indentation 'if' has incorrect indentation level 14, expected level should be 12. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 382
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 12. 383
 Warning indentation Indentation 'for' has incorrect indentation level 14, expected level should be 12. 385
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 14. 386
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 14, expected level should be 12. 387
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 10. 388
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 389
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 390
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 392
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 393
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 394
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 395
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 397
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 398
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 399
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 400
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 401
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 404
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 405
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 408
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 409
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 412
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 413
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 414
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 419
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 420
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 421
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 422
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 423
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 424
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 426
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 427
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 6. 429
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 430
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 431
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 432
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 433
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 434
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 437
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 439
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 440
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 443
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 444
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 447
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 6. 448
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 449
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 452
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 4. 454
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 455
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 460
 Warning indentation Indentation 'assignmentSnapshot' has incorrect indentation level 6, expected level should be 8. 472
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 618
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 636
 Warning indentation Indentation 'plan' has incorrect indentation level 8, expected level should be 10. 640
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 655
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 659
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 664
 Warning indentation Indentation 'currentAssignment' has incorrect indentation level 6, expected level should be 8. 667
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 685
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 691
 Warning indentation Indentation 'failedUpdateMap' has incorrect indentation level 8, expected level should be 10. 718
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 985

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStateStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'newState' has incorrect indentation level 12, expected level should be 14. 185
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 194
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 196
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 197
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 198
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 206
 Warning indentation Indentation '&&' has incorrect indentation level 10, expected level should be 12. 211
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 217

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 81
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 94
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 107
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 132
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 140
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 150
 Warning indentation Indentation 'Collection' has incorrect indentation level 4, expected level should be 6. 183
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 340
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 347
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 348
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 402
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 404
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 405
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 450
 Warning indentation Indentation '||' has incorrect indentation level 6, expected level should be 8. 580
 Warning indentation Indentation 'expectedState' has incorrect indentation level 6, expected level should be 8. 588
 Warning indentation Indentation 'getRegionByStateOfTable' has incorrect indentation level 2, expected level should be 6. 735
 Warning indentation Indentation '"transition because stoppable.isStopped is set"' has incorrect indentation level 8, expected level should be 10. 768
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 945
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 995
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 999
 Warning indentation Indentation 'onlineSvrs' has incorrect indentation level 6, expected level should be 8. 1026
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 1076
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1084
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1104
 Warning indentation Indentation 'hri' has incorrect indentation level 6, expected level should be 8. 1109
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1130
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1141
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1142

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 127
 Warning indentation Indentation 'storeFlushedSequenceIdsByRegion' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 135
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 142
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 149
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 196
 Warning indentation Indentation '"hbase.master.maximum.ping.server.attempts"' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation '"hbase.master.ping.server.retry.sleep.interval"' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'request' has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 268
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 274
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 383
 Warning indentation Indentation '"rejected; Reported time is too far out of sync with master. "' has incorrect indentation level 8, expected level should be 10. 387
 Warning indentation Indentation '"Time difference of "' has incorrect indentation level 8, expected level should be 10. 388
 Warning indentation Indentation '"by "' has incorrect indentation level 8, expected level should be 10. 393
 Warning indentation Indentation '"error threshold is "' has incorrect indentation level 8, expected level should be 10. 394
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 487
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 488
 Warning indentation Indentation '" expired; onlineServers="' has incorrect indentation level 8, expected level should be 10. 612
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 622
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 625
 Warning indentation Indentation '" to dead servers, submitted shutdown handler to be executed meta="' has incorrect indentation level 6, expected level should be 8. 628
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 658
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 740
 Warning indentation Indentation '" failed because no RPC connection found to this server"' has incorrect indentation level 8, expected level should be 10. 744
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 748
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 749
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 769
 Warning indentation Indentation '" failed because no RPC connection found to this server"' has incorrect indentation level 8, expected level should be 10. 773
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 778
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 802
 Warning indentation Indentation 'server' has incorrect indentation level 8, expected level should be 10. 836
 Warning indentation Indentation '"exception: "' has incorrect indentation level 8, expected level should be 10. 837
 Warning indentation Indentation 'ServerName' has incorrect indentation level 4, expected level should be 6. 846
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 10, expected level should be 12. 857
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 948
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 977
 Warning indentation Indentation 'getLong' has incorrect indentation level 6, expected level should be 8. 979
 Warning indentation Indentation 'getLong' has incorrect indentation level 6, expected level should be 8. 981
 Warning indentation Indentation 'getInt' has incorrect indentation level 6, expected level should be 8. 991
 Warning indentation Indentation '"The value of '%s' (%d) can not be less than 1, ignoring."' has incorrect indentation level 8, expected level should be 10. 994
 Warning indentation Indentation 'WAIT_ON_REGIONSERVERS_MINTOSTART' has incorrect indentation level 8, expected level should be 10. 995
 Warning indentation Indentation 'getInt' has incorrect indentation level 6, expected level should be 8. 999
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 1001
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 1005
 Warning indentation Indentation '"Waiting for region servers count to settle; currently"' has incorrect indentation level 10, expected level should be 12. 1021
 Warning indentation Indentation '" checked in "' has incorrect indentation level 6, expected level should be 8. 1043
 Warning indentation Indentation '" expecting minimum of "' has incorrect indentation level 6, expected level should be 8. 1044
 Warning indentation Indentation '" master is "' has incorrect indentation level 6, expected level should be 8. 1045
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1170

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.java

Severity Category Rule Message Line
 Warning indentation Indentation '"snappshot"' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation '"snapshot"' has incorrect indentation level 6, expected level should be 8. 147

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/SplitLogManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'logDirs' has incorrect indentation level 6, expected level should be 8. 251
 Warning indentation Indentation '" for "' has incorrect indentation level 6, expected level should be 8. 257

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableLockManager.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.table.lock.enable"' has incorrect indentation level 4, expected level should be 6. 57
 Warning indentation Indentation '"hbase.table.write.lock.timeout.ms"' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation '"hbase.table.read.lock.timeout.ms"' has incorrect indentation level 4, expected level should be 6. 68
 Warning indentation Indentation '600' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation '600' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation '" lock on: "' has incorrect indentation level 12, expected level should be 14. 275
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 326
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 327
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 328
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 329
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 330
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 331
 Warning indentation Indentation 'METADATA_HANDLER' has incorrect indentation level 10, expected level should be 12. 335
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 361

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableNamespaceManager.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 246

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BalancerChore.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.balancer.period"' has incorrect indentation level 6, expected level should be 8. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'rackManager' has incorrect indentation level 8, expected level should be 10. 149
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 532
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 533
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 534
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 535
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 536
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 537
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 538
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 539
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 540
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 541
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 542
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 543
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 544
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 545
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 546
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 547
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 548
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 549
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 550
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 6. 760
 Warning indentation Indentation 'for' child has incorrect indentation level 13, expected level should be 8. 761
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 6. 762
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 763
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 6. 768
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 8. 769
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 6. 770
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 771
 Warning indentation Indentation '"hbase.balancer.tablesOnMaster"' has incorrect indentation level 4, expected level should be 6. 795
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 909
 Warning indentation Indentation '"servers="' has incorrect indentation level 10, expected level should be 12. 963
 Warning indentation Indentation '" regions="' has incorrect indentation level 10, expected level should be 12. 964
 Warning indentation Indentation '" mostloaded="' has incorrect indentation level 10, expected level should be 12. 965
 Warning indentation Indentation '" leastloaded="' has incorrect indentation level 10, expected level should be 12. 966
 Warning indentation Indentation 'servers' has incorrect indentation level 6, expected level should be 8. 1043
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 1187
 Warning indentation Indentation 'Collection' has incorrect indentation level 4, expected level should be 6. 1369

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/ClusterStatusChore.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.balancer.statusPeriod"' has incorrect indentation level 6, expected level should be 8. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/FavoredNodeAssignmentHelper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 144
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 451
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 452
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 455
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 457
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 460
 Warning indentation Indentation 'getOneRandomServer' has incorrect indentation level 7, expected level should be 9. 461
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 6. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 6. 467
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 469
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 470
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 471
 Warning indentation Indentation 'else' child has incorrect indentation level 5, expected level should be 6. 472

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/FavoredNodeLoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'segregateRegionsAndAssignRegionsWithFavoredNodes' has incorrect indentation level 2, expected level should be 6. 227

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/FavoredNodesPlan.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'comparedMap' has incorrect indentation level 6, expected level should be 8. 140

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/SimpleLoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MinMaxPriorityQueue' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 230
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 260
 Warning indentation Indentation 'Arrays' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'serversByLoad' has incorrect indentation level 8, expected level should be 10. 338
 Warning indentation Indentation 'serverBalanceInfo' has incorrect indentation level 10, expected level should be 12. 340
 Warning indentation Indentation 'balanceInfo' has incorrect indentation level 10, expected level should be 12. 342
 Warning indentation Indentation 'server' has incorrect indentation level 10, expected level should be 12. 374
 Warning indentation Indentation 'serversByLoad' has incorrect indentation level 8, expected level should be 10. 382
 Warning indentation Indentation 'server' has incorrect indentation level 10, expected level should be 12. 392
 Warning indentation Indentation '", numServers="' has incorrect indentation level 8, expected level should be 10. 404
 Warning indentation Indentation '", serversUnderloaded="' has incorrect indentation level 8, expected level should be 10. 405

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 219
 Warning indentation Indentation 'cluster' has incorrect indentation level 8, expected level should be 10. 701
 Warning indentation Indentation 'cluster' has incorrect indentation level 8, expected level should be 10. 702
 Warning indentation Indentation 'cluster' has incorrect indentation level 8, expected level should be 10. 703
 Warning indentation Indentation 'cluster' has incorrect indentation level 8, expected level should be 10. 730
 Warning indentation Indentation 'cluster' has incorrect indentation level 8, expected level should be 10. 731
 Warning indentation Indentation 'cluster' has incorrect indentation level 8, expected level should be 10. 732
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 784
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 785
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 786
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 787
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 788
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 789
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 790
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 791
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 792
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 793
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 794
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 795
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 796
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 797
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 798
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 799
 Warning indentation Indentation 'DEFAULT_REGION_REPLICA_HOST_COST_KEY' has incorrect indentation level 8, expected level should be 10. 1174

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/BaseFileCleanerDelegate.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 31

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/CleanerChore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FileCleanerDelegate' has incorrect indentation level 8, expected level should be 10. 108

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/ClosedRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 6, expected level should be 8. 103

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/CreateTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 149
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 150
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 167
 Warning indentation Indentation 'hTableDescriptor' has incorrect indentation level 12, expected level should be 14. 211
 Warning indentation Indentation 'tempTableDir' has incorrect indentation level 6, expected level should be 8. 255
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 284
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 335

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getLong' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 90
 Warning indentation Indentation '" from "' has incorrect indentation level 10, expected level should be 12. 157
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 170

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DisableTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 12, expected level should be 14. 96
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 12, expected level should be 14. 97
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 224

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DispatchMergingRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'region_a' has incorrect indentation level 12, expected level should be 14. 153
 Warning indentation Indentation 'roe' has incorrect indentation level 14, expected level should be 16. 158
 Warning indentation Indentation 'region_a' has incorrect indentation level 12, expected level should be 14. 164
 Warning indentation Indentation 'ie' has incorrect indentation level 12, expected level should be 14. 165

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/EnableTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 12, expected level should be 14. 102
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 253
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 255
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 258

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/MetaServerShutdownHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 68
 Warning indentation Indentation 'regionAssignmentWaitTimeout' has incorrect indentation level 12, expected level should be 14. 106
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 158
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation '"; "' has incorrect indentation level 8, expected level should be 10. 218
 Warning indentation Indentation '"th time."' has incorrect indentation level 8, expected level should be 10. 219

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/ModifyTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 77
 Warning indentation Indentation 'oldReplicaCount' has incorrect indentation level 8, expected level should be 10. 110

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/OpenedRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 100

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/ServerShutdownHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'serverName' has incorrect indentation level 12, expected level should be 14. 190
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 201
 Warning indentation Indentation '" before assignment; regions="' has incorrect indentation level 14, expected level should be 16. 207
 Warning indentation Indentation '" before assignment; region count="' has incorrect indentation level 14, expected level should be 16. 212
 Warning indentation Indentation '" region(s) that "' has incorrect indentation level 8, expected level should be 10. 239
 Warning indentation Indentation '" was carrying (and "' has incorrect indentation level 8, expected level should be 10. 240
 Warning indentation Indentation '" regions(s) that were opening on this server)"' has incorrect indentation level 8, expected level should be 10. 241
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 262
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 300
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 318
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 339
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 369
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 378
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 391

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/TableAddFamilyHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 62

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/TableEventHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 240
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 250
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 259

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/TruncateTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'masterServices' has incorrect indentation level 8, expected level should be 10. 117
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 118
 Warning indentation Indentation 'regionInfos' has incorrect indentation level 8, expected level should be 10. 128
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 10, expected level should be 12. 136

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/AddColumnFamilyProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 91
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 92
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 93
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 97
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 101
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 104
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 105
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 142
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 143
 Warning indentation Indentation 'getRegionInfoList' has incorrect indentation level 8, expected level should be 10. 315
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 386
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 387
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 388
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 389
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 390
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 391
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 392
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 393

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MasterProcedureProtos' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'MasterProcedureProtos' has incorrect indentation level 6, expected level should be 8. 257
 Warning indentation Indentation 'getTableName' has incorrect indentation level 8, expected level should be 10. 301
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'tempTableDir' has incorrect indentation level 6, expected level should be 8. 365
 Warning indentation Indentation 'regionInfos' has incorrect indentation level 6, expected level should be 8. 455

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DeleteColumnFamilyProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 92
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 93
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 98
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 101
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 104
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 106
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 108
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 113
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 115
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 121
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 124
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 140
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 143
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 151
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 158
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 159
 Warning indentation Indentation 'getRegionInfoList' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 402
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 403
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 404
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 405
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 406
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 407
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 408
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 409
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 422
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 423
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 424

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DeleteTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MasterProcedureProtos' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'MasterProcedureProtos' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation '" from "' has incorrect indentation level 10, expected level should be 12. 373

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 136
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 137
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 140
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 142
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 143
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 144
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 145
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 151
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 152
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 156
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 158
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 160
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 161
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation 'env' has incorrect indentation level 8, expected level should be 10. 298
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 353
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 354
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 444
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 445
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 488
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 489
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 490
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 491
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 492
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 493
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 494
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 495

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 132
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 134
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 140
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 142
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 143
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 144
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 145
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 147
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 150
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 151
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 178
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 179
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 180
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 181
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 182
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 184
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 185
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 188
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 192
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 193
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 194
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 195
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 357
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 358
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 504
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 573
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 574
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 575
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 576
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 577
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 578
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 579
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 580

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ModifyColumnFamilyProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 88
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 89
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 90
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 91
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 93
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 98
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 101
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 106
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 127
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 128
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 137
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 368
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 369
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 370
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 371
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 372
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 373
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 374
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 375

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 76
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 98
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 104
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 106
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 113
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 114
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 116
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 118
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 120
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 122
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 123
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 124
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 127
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 129
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 161
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 163
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 165
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 166
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 172
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 174
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation 'env' has incorrect indentation level 10, expected level should be 12. 368
 Warning indentation Indentation 'getTableName' has incorrect indentation level 10, expected level should be 12. 369
 Warning indentation Indentation 'getRegionInfoList' has incorrect indentation level 10, expected level should be 12. 370
 Warning indentation Indentation 'familyName' has incorrect indentation level 10, expected level should be 12. 371
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 382
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 383
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 384
 Warning indentation Indentation 'tableRows' has incorrect indentation level 10, expected level should be 12. 400
 Warning indentation Indentation 'newReplicaCount' has incorrect indentation level 10, expected level should be 12. 401
 Warning indentation Indentation 'oldReplicaCount' has incorrect indentation level 10, expected level should be 12. 402
 Warning indentation Indentation 'connection' has incorrect indentation level 10, expected level should be 12. 403
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 471
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 472
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 473
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 474
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 475
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 476
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 477
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 478
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 492
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 493
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 496
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 497
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 498

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ProcedureSyncWait.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 145
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 160
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 171
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 177
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 178

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/TruncateTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MasterProcedureProtos' has incorrect indentation level 6, expected level should be 8. 210
 Warning indentation Indentation 'MasterProcedureProtos' has incorrect indentation level 6, expected level should be 8. 231

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/CloneSnapshotHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'masterServices' has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation '" failed because "' has incorrect indentation level 8, expected level should be 10. 130

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SnapshotDescriptionUtils' has incorrect indentation level 6, expected level should be 8. 140

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/EnabledTableSnapshotHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 84

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/RestoreSnapshotHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'hTableDescriptor' has incorrect indentation level 10, expected level should be 12. 165
 Warning indentation Indentation '" on table="' has incorrect indentation level 8, expected level should be 10. 171

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cacheRefreshPeriod' has incorrect indentation level 6, expected level should be 8. 138

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotHFileCleaner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_HFILE_CACHE_REFRESH_PERIOD' has incorrect indentation level 8, expected level should be 10. 78

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotLogCleaner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'WAL_CACHE_REFRESH_PERIOD_CONF_KEY' has incorrect indentation level 8, expected level should be 10. 79

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 681
 Warning indentation Indentation '" on table="' has incorrect indentation level 8, expected level should be 10. 686
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 780
 Warning indentation Indentation 'hfileCleaners' has incorrect indentation level 8, expected level should be 10. 1002
 Warning indentation Indentation 'logCleaners' has incorrect indentation level 8, expected level should be 10. 1004
 Warning indentation Indentation '"but the '"' has incorrect indentation level 10, expected level should be 12. 1014
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 1015

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/TakeSnapshotHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 128

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/migration/NamespaceUpgrade.java

Severity Category Rule Message Line
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 8, expected level should be 10. 199
 Warning indentation Indentation 'TableName' has incorrect indentation level 10, expected level should be 12. 252
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'newTablePath' has incorrect indentation level 8, expected level should be 10. 377
 Warning indentation Indentation 'new' has incorrect indentation level 2, expected level should be 6. 523
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 531

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/migration/UpgradeTo96.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 213

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/MonitoredRPCHandlerImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 38

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/StateDumpServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 44

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/ThreadMonitoring.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ManagementFactory' has incorrect indentation level 4, expected level should be 6. 31

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/namespace/NamespaceAuditor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'hri' has incorrect indentation level 6, expected level should be 8. 86

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/ProcedureMember.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 182
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 188

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/Subprocedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 129

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/ZKProcedureCoordinatorRpcs.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 14, expected level should be 16. 191
 Warning indentation Indentation '"Failed to get data from finished node or data is illegally formatted:"' has incorrect indentation level 20, expected level should be 22. 205
 Warning indentation Indentation '+' has incorrect indentation level 20, expected level should be 22. 212

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/ZKProcedureMemberRpcs.java

Severity Category Rule Message Line
 Warning indentation Indentation 'zkController' has incorrect indentation level 8, expected level should be 10. 140
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation '" is illegally formatted (no pb magic). "' has incorrect indentation level 10, expected level should be 12. 205
 Warning indentation Indentation '"Killing the procedure: "' has incorrect indentation level 10, expected level should be 12. 206
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 223
 Warning indentation Indentation 'zkController' has incorrect indentation level 8, expected level should be 10. 244
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 8, expected level should be 10. 274

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/MasterFlushTableProcedureManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 154

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/RegionServerFlushTableProcedureManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. 87
 Warning indentation Indentation 'ProcedureMemberRpcs' has incorrect indentation level 6, expected level should be 7. 88
 Warning indentation Indentation 'RegionServerFlushTableProcedureManager' has incorrect indentation level 8, expected level should be 10. 207
 Warning indentation Indentation 'RegionServerFlushTableProcedureManager' has incorrect indentation level 8, expected level should be 10. 208
 Warning indentation Indentation 'opThreads' has incorrect indentation level 6, expected level should be 8. 321

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/ReplicationProtbufUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'buildReplicateWALEntryRequest' has incorrect indentation level 6, expected level should be 8. 62
 Warning indentation Indentation 'AdminProtos' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'ByteStringer' has incorrect indentation level 8, expected level should be 10. 108

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/MasterQuotaManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 388
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 390
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 391
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 392
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 393
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 394
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 395
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 397
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 398
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 399
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 400
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 402
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 403
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 404
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 405
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 406
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 407
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 409
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 410
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 411
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 412
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 413
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 414
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 415
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 416
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 418
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 419
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 420
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 421
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 422
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 423
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 424
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 425
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 426
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 427
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 428
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 429
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 430
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 468
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 474

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaLimiter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 39

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'data' has incorrect indentation level 6, expected level should be 8. 107

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/RateLimiter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 46
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 47
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 48
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 50
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 51
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 53
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 54
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 55
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 56
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 58
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 61
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 62
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 63
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 65

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/RegionServerQuotaManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 124
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 127
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 128
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 131

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/AnnotationReadingPriorityFunction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 73
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 97
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 99
 Warning indentation Indentation 'region' has incorrect indentation level 14, expected level should be 16. 204

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/BaseRowProcessor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 39

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ColumnTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 117

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplitThread.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 151
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 152
 Warning indentation Indentation '" not splittable because midkey=null"' has incorrect indentation level 8, expected level should be 10. 250
 Warning indentation Indentation '?' has incorrect indentation level 6, expected level should be 8. 350

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactionRequestor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 51
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 80
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 94

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactionTool.java

Severity Category Rule Message Line
 Warning indentation Indentation '" region="' has incorrect indentation level 8, expected level should be 10. 156
 Warning indentation Indentation '" family="' has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 10, expected level should be 12. 287

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultMemStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 853
 Warning indentation Indentation 'runtime' has incorrect indentation level 6, expected level should be 8. 1055
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1079

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DefaultStoreFlusher' has incorrect indentation level 2, expected level should be 4. 42
 Warning indentation Indentation 'DEFAULT_STORE_FLUSHER_CLASS' has incorrect indentation level 4, expected level should be 6. 52
 Warning indentation Indentation 'DEFAULT_COMPACTOR_CLASS' has incorrect indentation level 4, expected level should be 6. 54
 Warning indentation Indentation 'DEFAULT_COMPACTION_POLICY_CLASS' has incorrect indentation level 4, expected level should be 6. 56

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Collection' has incorrect indentation level 4, expected level should be 6. 97

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DelimitedKeyPrefixRegionSplitPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation '". Using default RegionSplitPolicy"' has incorrect indentation level 8, expected level should be 10. 57

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FlushPolicyFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Unable to load configured flush policy '"' has incorrect indentation level 8, expected level should be 10. 70

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/GetClosestRowBeforeTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'd' has incorrect indentation level 8, expected level should be 10. 149

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

Severity Category Rule Message Line
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 466
 Warning indentation Indentation 'TreeMap' has incorrect indentation level 6, expected level should be 8. 523
 Warning indentation Indentation 'TreeMap' has incorrect indentation level 6, expected level should be 8. 524
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 525
 Warning indentation Indentation 'flushSeqId' has incorrect indentation level 8, expected level should be 10. 527
 Warning indentation Indentation 'FlushResult' has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'TreeMap' has incorrect indentation level 6, expected level should be 8. 532
 Warning indentation Indentation 'TreeMap' has incorrect indentation level 6, expected level should be 8. 533
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 568
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 572
 Warning indentation Indentation 'wal' has incorrect indentation level 6, expected level should be 8. 616
 Warning indentation Indentation '" initialization."' has incorrect indentation level 10, expected level should be 12. 783
 Warning indentation Indentation '"; next sequenceid="' has incorrect indentation level 6, expected level should be 8. 849
 Warning indentation Indentation 'getStoreOpenAndCloseThreadPool' has incorrect indentation level 8, expected level should be 10. 877
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 879
 Warning indentation Indentation 'RegionEventDescriptor' has incorrect indentation level 6, expected level should be 8. 958
 Warning indentation Indentation 'getRegionServerServices' has incorrect indentation level 6, expected level should be 8. 959
 Warning indentation Indentation 'getSequenceId' has incorrect indentation level 6, expected level should be 8. 961
 Warning indentation Indentation 'RegionEventDescriptor' has incorrect indentation level 6, expected level should be 8. 975
 Warning indentation Indentation 'getRegionServerServices' has incorrect indentation level 6, expected level should be 8. 976
 Warning indentation Indentation 'getSequenceId' has incorrect indentation level 6, expected level should be 8. 978
 Warning indentation Indentation 'getSequenceId' has incorrect indentation level 8, expected level should be 10. 985
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1002
 Warning indentation Indentation 'sf' has incorrect indentation level 12, expected level should be 14. 1007
 Warning indentation Indentation '"Flushing region "' has incorrect indentation level 8, expected level should be 10. 1166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 1242
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 1243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 1244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 1246
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 1248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 1249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 1251
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 1253
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 1255
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 1256
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 1257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 1258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 1260
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 1262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 1263
 Warning indentation Indentation '" (carrying snapshot?) "' has incorrect indentation level 16, expected level should be 18. 1394
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1409
 Warning indentation Indentation 'getStoreOpenAndCloseThreadPool' has incorrect indentation level 10, expected level should be 12. 1413
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1416
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1491
 Warning indentation Indentation 'status' has incorrect indentation level 10, expected level should be 12. 1884
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 2027
 Warning indentation Indentation 'FlushResult' has incorrect indentation level 14, expected level should be 16. 2063
 Warning indentation Indentation 'writeFlushRequestMarkerToWAL' has incorrect indentation level 14, expected level should be 16. 2064
 Warning indentation Indentation 'getRegionInfo' has incorrect indentation level 6, expected level should be 8. 2109
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 2118
 Warning indentation Indentation 'getRegionInfo' has incorrect indentation level 12, expected level should be 14. 2163
 Warning indentation Indentation 'getRegionInfo' has incorrect indentation level 16, expected level should be 18. 2178
 Warning indentation Indentation 'desc' has incorrect indentation level 16, expected level should be 18. 2180
 Warning indentation Indentation '", syncing WAL and waiting on mvcc, flushsize="' has incorrect indentation level 8, expected level should be 10. 2195
 Warning indentation Indentation 'getRegionInfo' has incorrect indentation level 8, expected level should be 10. 2237
 Warning indentation Indentation 'desc' has incorrect indentation level 10, expected level should be 12. 2240
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2253
 Warning indentation Indentation 'getRegionInfo' has incorrect indentation level 10, expected level should be 12. 2301
 Warning indentation Indentation 'desc' has incorrect indentation level 10, expected level should be 12. 2303
 Warning indentation Indentation 'getRegionInfo' has incorrect indentation level 12, expected level should be 14. 2315
 Warning indentation Indentation 'desc' has incorrect indentation level 12, expected level should be 14. 2317
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 2422
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 2719
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 2720
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 2907
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 2985
 Warning indentation Indentation 'batchOp' has incorrect indentation level 10, expected level should be 12. 2986
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 3087
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 3120
 Warning indentation Indentation 'batchOp' has incorrect indentation level 10, expected level should be 12. 3121
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3226
 Warning indentation Indentation 'comparator' has incorrect indentation level 10, expected level should be 12. 3267
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3279
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3280
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3281
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3282
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3283
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3284
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3285
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3286
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3287
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3288
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3289
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3290
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3291
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3292
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3293
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3294
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3295
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3296
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3297
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3298
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3359
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3360
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3361
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3362
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3363
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3364
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3365
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3366
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3367
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3368
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3369
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3370
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3371
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3372
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3373
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3374
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3375
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3376
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 3377
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 3378
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 3466
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 3489
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 3490
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 3491
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 3492
 Warning indentation Indentation 'newTags' has incorrect indentation level 10, expected level should be 12. 3493
 Warning indentation Indentation 'if' has incorrect indentation level 3, expected level should be 4. 3538
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 3539
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3551
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 3577
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 3599
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 3600
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3765
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 3783
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 3784
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 3833
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 3859
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 4031
 Warning indentation Indentation '"Compaction marker from WAL "' has incorrect indentation level 6, expected level should be 8. 4045
 Warning indentation Indentation '"Flush marker from WAL "' has incorrect indentation level 6, expected level should be 8. 4096
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4112
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4113
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4114
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4115
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4116
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4117
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4118
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4119
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4120
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4121
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4122
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4123
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4124
 Warning indentation Indentation 'method call' child has incorrect indentation level 10, expected level should be 12. 4125
 Warning indentation Indentation 'TextFormat' has incorrect indentation level 10, expected level should be 12. 4126
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4127
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 4150
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 4151
 Warning indentation Indentation 'flushSeqId' has incorrect indentation level 12, expected level should be 14. 4181
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 4200
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 4263
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 4264
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 4265
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 4474
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 4475
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 4476
 Warning indentation Indentation '"RegionEvent marker from WAL "' has incorrect indentation level 6, expected level should be 8. 4496
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 4517
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 4532
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 4533
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 4534
 Warning indentation Indentation '"BulkLoad marker from WAL "' has incorrect indentation level 6, expected level should be 8. 4614
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 4899
 Warning indentation Indentation '||' has incorrect indentation level 10, expected level should be 12. 5264
 Warning indentation Indentation 'initialTimeProgress' has incorrect indentation level 16, expected level should be 18. 5590
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 5826
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 5890
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 5891
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 5947
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 5966
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 5986
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 5987
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 5988
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 5989
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 6008
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 6031
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 6143
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 6265
 Warning indentation Indentation 'r' has incorrect indentation level 6, expected level should be 8. 6266
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 6269
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 6270
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 6322
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 6334
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 6442
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 6443
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 6. 6444
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 6524
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 6711
 Warning indentation Indentation 'oldCell' has incorrect indentation level 20, expected level should be 22. 6829
 Warning indentation Indentation 'cell' has incorrect indentation level 20, expected level should be 22. 6836
 Warning indentation Indentation 'newCell' has incorrect indentation level 18, expected level should be 20. 6859
 Warning indentation Indentation 'newCell' has incorrect indentation level 18, expected level should be 20. 6861
 Warning indentation Indentation 'cell' has incorrect indentation level 18, expected level should be 20. 6862
 Warning indentation Indentation 'newCell' has incorrect indentation level 18, expected level should be 20. 6864
 Warning indentation Indentation 'cell' has incorrect indentation level 18, expected level should be 20. 6865
 Warning indentation Indentation 'newCell' has incorrect indentation level 18, expected level should be 20. 6868
 Warning indentation Indentation 'oldCell' has incorrect indentation level 18, expected level should be 20. 6869
 Warning indentation Indentation 'newCell' has incorrect indentation level 18, expected level should be 20. 6871
 Warning indentation Indentation 'newCell' has incorrect indentation level 18, expected level should be 20. 6872
 Warning indentation Indentation 'cell' has incorrect indentation level 18, expected level should be 20. 6873
 Warning indentation Indentation 'tagBytes' has incorrect indentation level 18, expected level should be 20. 6876
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 7010
 Warning indentation Indentation 'cell' has incorrect indentation level 18, expected level should be 20. 7086
 Warning indentation Indentation 'c' has incorrect indentation level 20, expected level should be 22. 7107
 Warning indentation Indentation 'family' has incorrect indentation level 16, expected level should be 18. 7126
 Warning indentation Indentation 'q' has incorrect indentation level 16, expected level should be 18. 7127
 Warning indentation Indentation 'ts' has incorrect indentation level 16, expected level should be 18. 7128
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 16, expected level should be 18. 7129
 Warning indentation Indentation 'val' has incorrect indentation level 16, expected level should be 18. 7130
 Warning indentation Indentation 'newTags' has incorrect indentation level 16, expected level should be 18. 7131
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 7243
 Warning indentation Indentation '"passed region."' has incorrect indentation level 6, expected level should be 8. 7300
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 7380
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7516
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7517
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 7518
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7519
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7520
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7521
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7522
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7523
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7524
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7525
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7526
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 7528
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 7530
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 7532
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 7533
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 7534
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 7535
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7677
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 7679
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 7680
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 7681
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7682
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7683
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7685
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7686
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7688
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7689
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7690
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7692
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7693
 Warning indentation Indentation 'finally' child has incorrect indentation level 7, expected level should be 6. 7763
 Warning indentation Indentation 'finally' child has incorrect indentation level 7, expected level should be 6. 7765
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 7766
 Warning indentation Indentation 'WALKey' has incorrect indentation level 6, expected level should be 8. 7900
 Warning indentation Indentation 'WALEdit' has incorrect indentation level 6, expected level should be 8. 7904

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 1, expected level should be 2. 110
 Warning indentation Indentation 'regionInfoForFs' has incorrect indentation level 8, expected level should be 10. 212
 Warning indentation Indentation 'splitKey' has incorrect indentation level 12, expected level should be 14. 594
 Warning indentation Indentation 'splitKey' has incorrect indentation level 12, expected level should be 14. 606
 Warning indentation Indentation 'top' has incorrect indentation level 6, expected level should be 8. 618
 Warning indentation Indentation 'DEFAULT_HDFS_CLIENT_RETRIES_NUMBER' has incorrect indentation level 6, expected level should be 8. 1059
 Warning indentation Indentation 'DEFAULT_BASE_SLEEP_BEFORE_RETRIES' has incorrect indentation level 6, expected level should be 8. 1061

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 211
 Warning indentation Indentation 'rpcServices' has incorrect indentation level 6, expected level should be 8. 537
 Warning indentation Indentation '"hbase.zookeeper.client.kerberos.principal"' has incorrect indentation level 6, expected level should be 8. 545
 Warning indentation Indentation '"hbase.regionserver.kerberos.principal"' has incorrect indentation level 6, expected level should be 8. 610
 Warning indentation Indentation 'HConstants' has incorrect indentation level 10, expected level should be 12. 723
 Warning indentation Indentation ',' has incorrect indentation level 6, expected level should be 8. 847
 Warning indentation Indentation '"; all regions closed."' has incorrect indentation level 8, expected level should be 10. 1043
 Warning indentation Indentation '"; zookeeper connection closed."' has incorrect indentation level 6, expected level should be 8. 1087
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1121
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1131
 Warning indentation Indentation 'ClusterStatusProtos' has incorrect indentation level 6, expected level should be 8. 1164
 Warning indentation Indentation 'Coprocessor' has incorrect indentation level 8, expected level should be 10. 1172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 14, expected level should be 10. 1254
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1308
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 1343
 Warning indentation Indentation '", RpcServer on "' has incorrect indentation level 8, expected level should be 10. 1357
 Warning indentation Indentation '", sessionid=0x"' has incorrect indentation level 8, expected level should be 10. 1358
 Warning indentation Indentation 'Long' has incorrect indentation level 8, expected level should be 10. 1359
 Warning indentation Indentation 'getMyEphemeralNodePath' has incorrect indentation level 6, expected level should be 8. 1387
 Warning indentation Indentation 'this' has incorrect indentation level 18, expected level should be 20. 1528
 Warning indentation Indentation 'r' has incorrect indentation level 14, expected level should be 16. 1559
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 1669
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 1671
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 1673
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 1675
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 1678
 Warning indentation Indentation '"hbase.regionserver.wal.max.splitters"' has incorrect indentation level 7, expected level should be 8. 1681
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 1685
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 1723
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 1725
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 1738
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 1781
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1879
 Warning indentation Indentation 'r' has incorrect indentation level 8, expected level should be 10. 1886
 Warning indentation Indentation 'State' has incorrect indentation level 9, expected level should be 10. 1896
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 1899
 Warning indentation Indentation 'ReportRegionStateTransitionRequest' has incorrect indentation level 6, expected level should be 8. 1921
 Warning indentation Indentation 'rss' has incorrect indentation level 10, expected level should be 12. 1940
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 1943
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1978
 Warning indentation Indentation 'ReportRSFatalErrorRequest' has incorrect indentation level 10, expected level should be 12. 2031
 Warning indentation Indentation 'ServerName' has incorrect indentation level 10, expected level should be 12. 2033
 Warning indentation Indentation 'this' has incorrect indentation level 12, expected level should be 14. 2178
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 2229
 Warning indentation Indentation 'HRegionServer' has incorrect indentation level 4, expected level should be 6. 2537
 Warning indentation Indentation 'Configuration' has incorrect indentation level 4, expected level should be 6. 2572
 Warning indentation Indentation 'Path' has incorrect indentation level 4, expected level should be 6. 2573
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2635
 Warning indentation Indentation 'synchronized' has incorrect indentation level 5, expected level should be 4. 2636
 Warning indentation Indentation 'for' has incorrect indentation level 7, expected level should be 6. 2637
 Warning indentation Indentation 'for' child has incorrect indentation level 9, expected level should be 8. 2638
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 2639
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 2640
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2641
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 7, expected level should be 6. 2642
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 5, expected level should be 4. 2643
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2644
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 2645
 Warning indentation Indentation 'csm' has incorrect indentation level 8, expected level should be 10. 2694
 Warning indentation Indentation '", which we are already trying to CLOSE, but not completed yet"' has incorrect indentation level 8, expected level should be 10. 2762
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2860
 Warning indentation Indentation 'encodedRegionName' has incorrect indentation level 8, expected level should be 10. 2869
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 5, expected level should be 4. 2975
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 3005
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3048
 Warning indentation Indentation 'HRegionServer' has incorrect indentation level 6, expected level should be 8. 3060
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 8, expected level should be 10. 3137
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 10, expected level should be 12. 3155
 Warning indentation Indentation '" for "' has incorrect indentation level 10, expected level should be 12. 3157
 Warning indentation Indentation '" must have completed recovery because its recovery znode has been removed"' has incorrect indentation level 8, expected level should be 10. 3164
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 3232

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Usage: HRegionServer [-D conf.param=value] start"' has incorrect indentation level 4, expected level should be 6. 43
 Warning indentation Indentation '"To shutdown the regionserver run "' has incorrect indentation level 8, expected level should be 10. 90
 Warning indentation Indentation '"bin/hbase-daemon.sh stop regionserver or send a kill signal to"' has incorrect indentation level 8, expected level should be 10. 91
 Warning indentation Indentation '"the regionserver pid"' has incorrect indentation level 8, expected level should be 10. 92

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Collections' has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation 'User' has incorrect indentation level 10, expected level should be 12. 296
 Warning indentation Indentation 'conf' has incorrect indentation level 12, expected level should be 14. 307
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 519
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 626
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 659
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 668
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 774
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 775
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 776
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 848
 Warning indentation Indentation '", sequenceid="' has incorrect indentation level 8, expected level should be 10. 974
 Warning indentation Indentation '", filesize="' has incorrect indentation level 8, expected level should be 10. 975
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 991
 Warning indentation Indentation 'cryptoContext' has incorrect indentation level 6, expected level should be 8. 1006
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1117
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1120
 Warning indentation Indentation '"Completed"' has incorrect indentation level 6, expected level should be 8. 1315
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 1316
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 1317
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1342
 Warning indentation Indentation 'mayUseOffPeak' has incorrect indentation level 14, expected level should be 16. 1532
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1682
 Warning indentation Indentation '". Files we were trying to remove are "' has incorrect indentation level 8, expected level should be 10. 1723
 Warning indentation Indentation '"; some of them may have been already removed"' has incorrect indentation level 8, expected level should be 10. 1724
 Warning indentation Indentation 'cell' has incorrect indentation level 8, expected level should be 10. 1767
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 1801
 Warning indentation Indentation '" added "' has incorrect indentation level 12, expected level should be 14. 2260
 Warning indentation Indentation '", sequenceid="' has incorrect indentation level 12, expected level should be 14. 2261
 Warning indentation Indentation '", filesize="' has incorrect indentation level 12, expected level should be 14. 2262

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HeapMemStoreLAB.java

Severity Category Rule Message Line
 Warning indentation Indentation 'maxAlloc' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'MAX_ALLOC_KEY' has incorrect indentation level 6, expected level should be 8. 93

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HeapMemoryManager.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 4, expected level should be 6. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 189
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 190
 Warning indentation Indentation '" is above heap occupancy alarm watermark ("' has incorrect indentation level 12, expected level should be 14. 240
 Warning indentation Indentation '" is now below the heap occupancy alarm watermark ("' has incorrect indentation level 12, expected level should be 14. 256
 Warning indentation Indentation 'heapOccupancyLowWatermark' has incorrect indentation level 12, expected level should be 14. 257
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 330
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 331
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 332
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 334
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 335
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 338

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/IncreasingToUpperBoundRegionSplitPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 0, expected level should be 4. 43
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation '" size="' has incorrect indentation level 10, expected level should be 12. 86
 Warning indentation Indentation '", regionsWithCommonTable="' has incorrect indentation level 10, expected level should be 12. 87

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/KeyValueScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Scan' has incorrect indentation level 4, expected level should be 6. 86

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Leases.java

Severity Category Rule Message Line
 Warning indentation Indentation 'o' has incorrect indentation level 8, expected level should be 10. 297

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LogRoller.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RemoteExceptionHandler' has incorrect indentation level 10, expected level should be 12. 151
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 183
 Warning indentation Indentation 'requester' has incorrect indentation level 8, expected level should be 10. 184

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LruHashMap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 53
 Warning indentation Indentation '2' has incorrect indentation level 4, expected level should be 6. 68
 Warning indentation Indentation '1' has incorrect indentation level 4, expected level should be 6. 69
 Warning indentation Indentation 'long' has incorrect indentation level 2, expected level should be 6. 110
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 182
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 424
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 541
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 544
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 10. 545
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be 8. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 549
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 552
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 553
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 556
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 559
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 560
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 562
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 585
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 586
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 587
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 588
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 10. 589
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be 8. 590
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 593
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 594
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 596
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 597
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 598
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 599
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 600
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 601
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 602
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 10. 603
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 8. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 606
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 924
 Warning indentation Indentation '5' has incorrect indentation level 6, expected level should be 8. 927
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 1030
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 1031
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 1032

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 82
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 84
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 147
 Warning indentation Indentation 'excludedRegions' has incorrect indentation level 8, expected level should be 10. 159
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 192
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 193
 Warning indentation Indentation '" due to global heap pressure. memstore size="' has incorrect indentation level 10, expected level should be 12. 201
 Warning indentation Indentation '"ms on a compaction to clean up 'too many store files'; waited "' has incorrect indentation level 10, expected level should be 12. 443
 Warning indentation Indentation '"long enough... proceeding with flush of "' has incorrect indentation level 10, expected level should be 12. 444
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 445
 Warning indentation Indentation '"store files; delaying flush up to "' has incorrect indentation level 12, expected level should be 14. 451
 Warning indentation Indentation 'RemoteExceptionHandler' has incorrect indentation level 16, expected level should be 18. 459
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 6. 499
 Warning indentation Indentation 'RemoteExceptionHandler' has incorrect indentation level 8, expected level should be 10. 535
 Warning indentation Indentation 'other' has incorrect indentation level 8, expected level should be 10. 778
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 797

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 6, expected level should be 8. 97

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MultiRowMutationProcessor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MultiRowMutationProcessorResponse' has incorrect indentation level 0, expected level should be 4. 43

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/OnlineRegions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 69

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/OperationStatus.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 36
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 40
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 44

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSDumpServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation '"==========================================================="' has incorrect indentation level 4, expected level should be 6. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.region.server.rpc.scheduler.factory.class"' has incorrect indentation level 4, expected level should be 6. 195
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 223
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 271
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 284
 Warning indentation Indentation '" scanner found, hence no chance to close that related scanner!"' has incorrect indentation level 10, expected level should be 12. 288
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 326
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 327
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 410
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 411
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 412
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 413
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 414
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 415
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 416
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 453
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 454
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 455
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 456
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 457
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 458
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 459
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 460
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 8, expected level should be 10. 500
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 8, expected level should be 10. 537
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 592
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 593
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 594
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 595
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 596
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 597
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 598
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 599
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 14. 601
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 16. 602
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 14. 603
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 604
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 605
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 606
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 607
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 14, expected level should be 16. 703
 Warning indentation Indentation 'replaySeqId' has incorrect indentation level 16, expected level should be 18. 759
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 8. 790
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 838
 Warning indentation Indentation 'HRegionServer' has incorrect indentation level 6, expected level should be 8. 878
 Warning indentation Indentation 'scanners' has incorrect indentation level 6, expected level should be 8. 917
 Warning indentation Indentation 'ClientService' has incorrect indentation level 6, expected level should be 8. 985
 Warning indentation Indentation 'ClientService' has incorrect indentation level 6, expected level should be 8. 986
 Warning indentation Indentation 'AdminService' has incorrect indentation level 6, expected level should be 8. 988
 Warning indentation Indentation 'AdminService' has incorrect indentation level 6, expected level should be 8. 989
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1024
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 1046
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 1070
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1122
 Warning indentation Indentation 'Store' has incorrect indentation level 10, expected level should be 12. 1127
 Warning indentation Indentation 'Store' has incorrect indentation level 10, expected level should be 12. 1130
 Warning indentation Indentation '"Compaction through user triggered flush"' has incorrect indentation level 12, expected level should be 14. 1173
 Warning indentation Indentation 'columnFamilies' has incorrect indentation level 8, expected level should be 10. 1272
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 1384
 Warning indentation Indentation 'getOpenRegionCoordination' has incorrect indentation level 8, expected level should be 10. 1404
 Warning indentation Indentation 'coordination' has incorrect indentation level 8, expected level should be 10. 1406
 Warning indentation Indentation 'regionServer' has incorrect indentation level 12, expected level should be 14. 1419
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 1430
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1436
 Warning indentation Indentation 'region' has incorrect indentation level 10, expected level should be 12. 1448
 Warning indentation Indentation 'region' has incorrect indentation level 12, expected level should be 14. 1462
 Warning indentation Indentation 'tmpRegions' has incorrect indentation level 16, expected level should be 18. 1485
 Warning indentation Indentation 'regionServer' has incorrect indentation level 14, expected level should be 16. 1492
 Warning indentation Indentation 'regionOpenInfo' has incorrect indentation level 14, expected level should be 16. 1495
 Warning indentation Indentation 'regionServer' has incorrect indentation level 14, expected level should be 16. 1497
 Warning indentation Indentation '?' has incorrect indentation level 12, expected level should be 14. 1611
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1616
 Warning indentation Indentation 'cells' has incorrect indentation level 10, expected level should be 12. 1618
 Warning indentation Indentation 'walEntry' has incorrect indentation level 12, expected level should be 14. 1623
 Warning indentation Indentation 'entry' has incorrect indentation level 12, expected level should be 14. 1631
 Warning indentation Indentation 'entry' has incorrect indentation level 12, expected level should be 14. 1651
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 10, expected level should be 12. 1660
 Warning indentation Indentation 'regionUpdateInfo' has incorrect indentation level 8, expected level should be 10. 1782
 Warning indentation Indentation 'familyPath' has incorrect indentation level 10, expected level should be 12. 1803
 Warning indentation Indentation 'CoprocessorServiceResponse' has incorrect indentation level 8, expected level should be 10. 1833
 Warning indentation Indentation 'RegionSpecifierType' has incorrect indentation level 8, expected level should be 10. 1835
 Warning indentation Indentation 'builder' has incorrect indentation level 8, expected level should be 10. 1837
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 10, expected level should be 12. 1921
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1938
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2052
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2054
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2055
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2056
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2058
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2059
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2060
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2061
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2062
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 2063
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2064
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2065
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2066
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2067
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2068
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2069
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 12, expected level should be 14. 2070
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 2071
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 2072
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 2074
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 2075
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 2076
 Warning indentation Indentation 'qualifier' has incorrect indentation level 14, expected level should be 16. 2077
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 14. 2078
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 16. 2079
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 14. 2081
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 2082
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 2083
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 2084
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2085
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2086
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 2087
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2088
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2089
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2090
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2091
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 2092
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2093
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2094
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2095
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2096
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2097
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2098
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 12, expected level should be 14. 2099
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 2100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 2101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 2103
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 2104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 2105
 Warning indentation Indentation 'qualifier' has incorrect indentation level 14, expected level should be 16. 2106
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 14. 2107
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 16. 2108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 14. 2110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 2111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 2112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 2113
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2114
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2115
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 2116
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2117
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2118
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2144
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 2165
 Warning indentation Indentation 'scanner' has incorrect indentation level 14, expected level should be 16. 2271
 Warning indentation Indentation 'catch' child has incorrect indentation level 11, expected level should be 12. 2481

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 37

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java

Severity Category Rule Message Line
 Warning indentation Indentation 'key' has incorrect indentation level 16, expected level should be 18. 259
 Warning indentation Indentation '", spec: "' has incorrect indentation level 14, expected level should be 16. 286
 Warning indentation Indentation '", spec: "' has incorrect indentation level 12, expected level should be 14. 290
 Warning indentation Indentation 'DEFAULT_COPROCESSORS_ENABLED' has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation 'DEFAULT_USER_COPROCESSORS_ENABLED' has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'attr' has incorrect indentation level 10, expected level should be 12. 348
 Warning indentation Indentation '"handleCoprocessorThrowable() threw an IOException while attempting to handle Throwable "' has incorrect indentation level 8, expected level should be 10. 413
 Warning indentation Indentation 'e' has incorrect indentation level 8, expected level should be 10. 414
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 514
 Warning indentation Indentation 'earliestPutTs' has incorrect indentation level 10, expected level should be 12. 515
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 516
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 517
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 577
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 578
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 579
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 608
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 611
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 612
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 613
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 639
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 642
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 643
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 644
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 861
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 864
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 865
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 866
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 879
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 882
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 883
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 884
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1038
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1041
 Warning indentation Indentation 'compareOp' has incorrect indentation level 10, expected level should be 12. 1042
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1043
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1044
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1063
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1066
 Warning indentation Indentation 'compareOp' has incorrect indentation level 10, expected level should be 12. 1067
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1068
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1069
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1087
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1090
 Warning indentation Indentation 'compareOp' has incorrect indentation level 10, expected level should be 12. 1091
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1092
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1093
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1118
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1143
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1167
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1184
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1201
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1218
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1235
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1266
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1283
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1284
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1300
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1316
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1317
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1318
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1336
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1337
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1338
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1358
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1359
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1379
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1380
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1381
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1516
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1517
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1518
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1557
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1560
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1561
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1562
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1581
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1584
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1585
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1586
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1593
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1596
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1597
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1598
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1608
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1609
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1610
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1627
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 1630
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 1631
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 1632

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 11, expected level should be 12. 136

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionMergeTransactionImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 267
 Warning indentation Indentation 'mergedRegion' has incorrect indentation level 10, expected level should be 12. 337
 Warning indentation Indentation 'server' has incorrect indentation level 10, expected level should be 12. 338
 Warning indentation Indentation 'mergedRegion' has incorrect indentation level 10, expected level should be 12. 341
 Warning indentation Indentation 'server' has incorrect indentation level 10, expected level should be 12. 342
 Warning indentation Indentation 'regionReplication' has incorrect indentation level 6, expected level should be 8. 361
 Warning indentation Indentation 'regionA' has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'regionB' has incorrect indentation level 6, expected level should be 8. 375
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 405
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 443
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 687
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 688
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 694

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerAccounting.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 40

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerCoprocessorHost.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_COPROCESSORS_ENABLED' has incorrect indentation level 6, expected level should be 8. 62
 Warning indentation Indentation 'DEFAULT_USER_COPROCESSORS_ENABLED' has incorrect indentation level 6, expected level should be 8. 64
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 67

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_SPLIT_POLICY_CLASS' has incorrect indentation level 4, expected level should be 6. 42
 Warning indentation Indentation 'Class' has incorrect indentation level 8, expected level should be 10. 119

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ReplicationService.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Server' has incorrect indentation level 4, expected level should be 6. 43

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScanDeleteTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 121

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 6. 399
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 420
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 421
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 422
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 423
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 425
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 426
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 427
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 428
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 429
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 430
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 432

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScannerContext.java

Severity Category Rule Message Line
 Warning indentation Indentation 'limitsToCopy' has incorrect indentation level 10, expected level should be 12. 511

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ShutdownHook.java

Severity Category Rule Message Line
 Warning indentation Indentation '"; fsShutdownHook="' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation '(' has incorrect indentation level 16, expected level should be 18. 122
 Warning indentation Indentation 'this' has incorrect indentation level 14, expected level should be 18. 125

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SimpleRpcSchedulerFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 4. 38

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitLogWorker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'fs' has incorrect indentation level 12, expected level should be 14. 105

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitRequest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 61
 Warning indentation Indentation 'parent' has incorrect indentation level 12, expected level should be 14. 96
 Warning indentation Indentation 'parent' has incorrect indentation level 14, expected level should be 16. 99
 Warning indentation Indentation 'parent' has incorrect indentation level 12, expected level should be 14. 105
 Warning indentation Indentation '+' has incorrect indentation level 11, expected level should be 12. 151

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitTransactionImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation '" but current time here is "' has incorrect indentation level 8, expected level should be 10. 206
 Warning indentation Indentation 'parent' has incorrect indentation level 10, expected level should be 12. 297
 Warning indentation Indentation 'daughterRegions' has incorrect indentation level 10, expected level should be 12. 298
 Warning indentation Indentation 'parent' has incorrect indentation level 10, expected level should be 12. 299
 Warning indentation Indentation 'parent' has incorrect indentation level 10, expected level should be 12. 302
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 578
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 585
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 587
 Warning indentation Indentation '"-daughterOpener="' has incorrect indentation level 8, expected level should be 10. 604
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 636
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 695
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 793
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 801
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 810
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 811
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 812
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 814
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 817
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 818
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 819
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 821
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 822
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 823
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 824
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 826
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 10. 827
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 12. 833
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 10. 834
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 835
 Warning indentation Indentation 'this' has incorrect indentation level 12, expected level should be 14. 836
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 12. 837
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 10. 838
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 839
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 841
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 842
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 843
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 845
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 846
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 847
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 849
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 850
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 851
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 853
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 858
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 861
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 862
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 863
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 864
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 865
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 866
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 867
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 868
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 869
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 870
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 872
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 873

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java

Severity Category Rule Message Line
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 99
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'ScanQueryMatcher' has incorrect indentation level 4, expected level should be 6. 103
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 106
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 169
 Warning indentation Indentation 'Compression' has incorrect indentation level 4, expected level should be 6. 170
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 172
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 173

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreEngine.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DEFAULT_STORE_ENGINE_CLASS' has incorrect indentation level 4, expected level should be 6. 53

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 795
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 841
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 842
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 843
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 844
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 845
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 846
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 847
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 848
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 849
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 850
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 851
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 868
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 869
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 870
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 871
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 872
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 873
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 877
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 880
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 881
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 882
 Warning indentation Indentation 'case' child has incorrect indentation level 10, expected level should be 12. 883
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 14. 884
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 1002
 Warning indentation Indentation 'getPath' has incorrect indentation level 10, expected level should be 12. 1003
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 5, expected level should be 4. 1160
 Warning indentation Indentation 'final' has incorrect indentation level 8, expected level should be 9. 1161
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 1247
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 1392
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 1393
 Warning indentation Indentation 'Ordering' has incorrect indentation level 6, expected level should be 8. 1557

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Pattern' has incorrect indentation level 4, expected level should be 6. 57
 Warning indentation Indentation 'Pattern' has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 413

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 90
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'Iterator' has incorrect indentation level 4, expected level should be 6. 115

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 246
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 265

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFlusher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 111

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ScanType' has incorrect indentation level 4, expected level should be 6. 299
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 300
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 424
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 426
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 427
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 443
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 444
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 446
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 448
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 450
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 451
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 462
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 463
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 486
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 487
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 488
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 489
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 490
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 494
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 497
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 499
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 500
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 501
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 503
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 507
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 508
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 509
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 514
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 516
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 517
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 518
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 521
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 523
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 526
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 529
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 530
 Warning indentation Indentation 'label' child has incorrect indentation level 4, expected level should be one of the following: 6, 8. 532
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 535
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 536
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 537
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 539
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 541
 Warning indentation Indentation 'while' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 542
 Warning indentation Indentation 'while' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 543
 Warning indentation Indentation 'while' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 545
 Warning indentation Indentation 'while' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 546
 Warning indentation Indentation 'switch' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 547
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 548
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 549
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 550
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 552
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 553
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 556
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 558
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 559
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 562
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 563
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 564
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 567
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 571
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 572
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 575
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 576
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 579
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 580
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 582
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 583
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 586
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 588
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 589
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be one of the following: 16, 18, 20. 590
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 592
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 593
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 595
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 596
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 597
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 599
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 600
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 601
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 602
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 603
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 604
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 605
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 607
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 608
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 610
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 611
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 612
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 614
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 617
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 619
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 621
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 622
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 624
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 625
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 626
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 628
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 629
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 630
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 632
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 634
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 635
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 636
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 637
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 638
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 639
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 640
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 642
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 643
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 644
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. 645
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 647
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 649
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 652
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 653
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 670
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 671
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 4, expected level should be 6. 672
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 673
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 674
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 675
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 676
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 4, expected level should be 6. 677
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 678
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 679
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 4, expected level should be 6. 680
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 681
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 682
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 683
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 684
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 4, expected level should be 6. 685
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 686
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 687
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 697
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 704
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 707
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 712
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 713
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 813
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 814
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 815
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 816
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 817
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 844

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 60

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StorefileRefresherChore.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 53
 Warning indentation Indentation '=' has incorrect indentation level 5, expected level should be 6. 61
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 109

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StripeMultiFileWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 79
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 123

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StripeStoreEngine.java

Severity Category Rule Message Line
 Warning indentation Indentation 'StripeCompactionPolicy' has incorrect indentation level 2, expected level should be 4. 44

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 66
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'Collection' has incorrect indentation level 4, expected level should be 6. 299
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 363

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.hstore.compaction.ratio.offpeak"' has incorrect indentation level 4, expected level should be 6. 51
 Warning indentation Indentation '"hbase.hstore.compaction.min.size"' has incorrect indentation level 4, expected level should be 6. 54
 Warning indentation Indentation '"hbase.hstore.compaction.max.size"' has incorrect indentation level 4, expected level should be 6. 57

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 49

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionThroughputControllerFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Unable to load configured throughput controller '"' has incorrect indentation level 8, expected level should be 10. 55

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/Compactor.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation '", keycount="' has incorrect indentation level 10, expected level should be 12. 170
 Warning indentation Indentation '", bloomtype="' has incorrect indentation level 10, expected level should be 12. 171
 Warning indentation Indentation '", size="' has incorrect indentation level 10, expected level should be 12. 172
 Warning indentation Indentation '", encoding="' has incorrect indentation level 10, expected level should be 12. 173
 Warning indentation Indentation '", seqNum="' has incorrect indentation level 10, expected level should be 12. 174
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 218
 Warning indentation Indentation 'ScanType' has incorrect indentation level 6, expected level should be 7. 219
 Warning indentation Indentation 'long' has incorrect indentation level 5, expected level should be 6. 338
 Warning indentation Indentation 'byte' has incorrect indentation level 5, expected level should be 6. 339

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 113
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 7, expected level should be 6. 114
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 117

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/ExploringCompactionPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 55

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/PressureAwareCompactionThroughputController.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 124

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 175
 Warning indentation Indentation '" files ready for compaction. Need "' has incorrect indentation level 10, expected level should be 12. 191
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 264
 Warning indentation Indentation '", because keyvalues outdated; time since last major compaction "' has incorrect indentation level 12, expected level should be 14. 325
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 326

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/CloseMetaHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'crd' has incorrect indentation level 6, expected level should be 8. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/CloseRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 85
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'CloseRegionCoordination' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'EventType' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 12, expected level should be 14. 143
 Warning indentation Indentation 'regionInfo' has incorrect indentation level 10, expected level should be 12. 151
 Warning indentation Indentation 'closeRegionDetails' has incorrect indentation level 10, expected level should be 12. 160

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'r' has incorrect indentation level 10, expected level should be 12. 286
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 324
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 384

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/RegionReplicaFlushHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 116
 Warning indentation Indentation 'method call' child has incorrect indentation level 7, expected level should be 8. 117
 Warning indentation Indentation 'connection' has incorrect indentation level 8, expected level should be 10. 122
 Warning indentation Indentation 'RegionReplicaUtil' has incorrect indentation level 8, expected level should be 10. 123
 Warning indentation Indentation 'try' child has incorrect indentation level 9, expected level should be 8. 129

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/WALSplitterHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 75
 Warning indentation Indentation 'method call' child has incorrect indentation level 10, expected level should be 12. 76
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 77
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 79
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 80
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 81
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 84
 Warning indentation Indentation 'method call' child has incorrect indentation level 12, expected level should be 14. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 87
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'method call' child has incorrect indentation level 10, expected level should be 12. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 98

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. 108
 Warning indentation Indentation 'ProcedureMemberRpcs' has incorrect indentation level 6, expected level should be 7. 109
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 185
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 187
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 190
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 203
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 204
 Warning indentation Indentation 'RegionServerSnapshotManager' has incorrect indentation level 8, expected level should be 10. 277
 Warning indentation Indentation 'RegionServerSnapshotManager' has incorrect indentation level 8, expected level should be 10. 278
 Warning indentation Indentation 'opThreads' has incorrect indentation level 6, expected level should be 8. 397

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 357
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 369
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 403
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 498
 Warning indentation Indentation '", rollsize="' has incorrect indentation level 6, expected level should be 8. 553
 Warning indentation Indentation '", prefix="' has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 555
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 578
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 653
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 666
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 821
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 7. 822
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 877
 Warning indentation Indentation 'this' has incorrect indentation level 9, expected level should be 10. 887
 Warning indentation Indentation 'sb' has incorrect indentation level 9, expected level should be 10. 888
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 913
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 921
 Warning indentation Indentation 'e' has incorrect indentation level 10, expected level should be 12. 938
 Warning indentation Indentation 'ioe' has incorrect indentation level 12, expected level should be 14. 954
 Warning indentation Indentation '"; THIS FILE WAS NOT CLOSED BUT ALL EDITS SYNCED SO SHOULD BE OK"' has incorrect indentation level 12, expected level should be 14. 955
 Warning indentation Indentation '", filesize="' has incorrect indentation level 10, expected level should be 12. 971
 Warning indentation Indentation 'newPathString' has incorrect indentation level 10, expected level should be 12. 972
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 8, expected level should be 10. 1109
 Warning indentation Indentation '"(It is a problem if this is NOT an ABORT! -- DATALOSS!!!!)"' has incorrect indentation level 12, expected level should be 14. 1134
 Warning indentation Indentation '" still proceeding ahead..."' has incorrect indentation level 8, expected level should be 10. 1437
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 1537
 Warning indentation Indentation '"not available; fsOut="' has incorrect indentation level 10, expected level should be 12. 1540
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1564
 Warning indentation Indentation '" - because the server is closing."' has incorrect indentation level 8, expected level should be 10. 1639
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 1674
 Warning indentation Indentation 'oldestUnflushedStoreSequenceIdsOfRegion' has incorrect indentation level 12, expected level should be 14. 1715
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1740
 Warning indentation Indentation 'ClassSize' has incorrect indentation level 4, expected level should be 6. 1744
 Warning indentation Indentation 'ClassSize' has incorrect indentation level 4, expected level should be 6. 1745
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1748
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1831
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 1926
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 1953
 Warning indentation Indentation 'entry' has incorrect indentation level 14, expected level should be 16. 2063
 Warning indentation Indentation '"FSHLog --dump hdfs://example.com:9000/hbase/.logs/MACHINE/LOGFILE"' has incorrect indentation level 6, expected level should be 8. 2116
 Warning indentation Indentation '"FSHLog --split hdfs://example.com:9000/hbase/.logs/DIR"' has incorrect indentation level 6, expected level should be 8. 2119
 Warning indentation Indentation '"Doesn't have access to getPipeline on "' has incorrect indentation level 10, expected level should be 12. 2179

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogKey.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 219

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 172
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 173
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 182
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 262

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 80
 Warning indentation Indentation 'trailerSize' has incorrect indentation level 10, expected level should be 12. 155

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SecureProtobufLogReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'User' has incorrect indentation level 10, expected level should be 12. 91
 Warning indentation Indentation 'conf' has incorrect indentation level 12, expected level should be 14. 102

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 69
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 76
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 89
 Warning indentation Indentation 'getDeclaredMethod' has incorrect indentation level 16, expected level should be 18. 123
 Warning indentation Indentation 'invoke' has incorrect indentation level 16, expected level should be 18. 126
 Warning indentation Indentation '"Error while trying to get accurate file length. "' has incorrect indentation level 14, expected level should be 16. 135
 Warning indentation Indentation '"Truncation / data loss may occur if RegionServers die."' has incorrect indentation level 14, expected level should be 16. 136
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 268
 Warning indentation Indentation 'catch' child has incorrect indentation level 7, expected level should be 6. 288
 Warning indentation Indentation '", entryStart="' has incorrect indentation level 6, expected level should be 8. 292
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation '", edit="' has incorrect indentation level 6, expected level should be 8. 294
 Warning indentation Indentation 'catch' child has incorrect indentation level 7, expected level should be 6. 308

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SyncFuture.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 174

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALActionsListener.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 4, expected level should be 6. 84
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 4, expected level should be 6. 97

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 4, expected level should be 6. 46

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALEdit.java

Severity Category Rule Message Line
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 6, expected level should be 8. 318

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALEditsReplaySink.java

Severity Category Rule Message Line
 Warning indentation Indentation 'replayedActions' has incorrect indentation level 10, expected level should be 12. 138

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'sequenceId' has incorrect indentation level 6, expected level should be 8. 96

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/BaseReplicationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 36

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/HBaseReplicationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 4. 47

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/master/ReplicationLogCleaner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be one of the following: 8, 10, 12. 77

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation '"call to the remote cluster timed out, which is usually "' has incorrect indentation level 14, expected level should be 16. 186
 Warning indentation Indentation '"caused by a machine failure or a massive slowdown"' has incorrect indentation level 14, expected level should be 16. 187
 Warning indentation Indentation 'this' has incorrect indentation level 14, expected level should be 16. 188

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 97
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'coreThreads' has incorrect indentation level 6, expected level should be 8. 252
 Warning indentation Indentation 'maxThreads' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'keepAliveTime' has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 6, expected level should be 8. 255
 Warning indentation Indentation 'workQueue' has incorrect indentation level 6, expected level should be 8. 256
 Warning indentation Indentation 'Threads' has incorrect indentation level 6, expected level should be 8. 257
 Warning indentation Indentation 'outputSink' has incorrect indentation level 10, expected level should be 12. 294
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 336
 Warning indentation Indentation 'entries' has incorrect indentation level 8, expected level should be 10. 359
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 449
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 466
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 493
 Warning indentation Indentation 'encodedRegionName' has incorrect indentation level 10, expected level should be 12. 508
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 515
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 516
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 517
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 533
 Warning indentation Indentation 'rpcControllerFactory' has incorrect indentation level 12, expected level should be 14. 545
 Warning indentation Indentation 'sink' has incorrect indentation level 12, expected level should be 14. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 547
 Warning indentation Indentation 'new' has incorrect indentation level 13, expected level should be 15. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 550
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 572
 Warning indentation Indentation 'extends' has incorrect indentation level 4, expected level should be 6. 615
 Warning indentation Indentation 'initialEncodedRegionName' has incorrect indentation level 8, expected level should be 10. 644
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 668
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 669
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 670

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/Replication.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ReplicationSourceService' has incorrect indentation level 2, expected level should be 4. 71
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 216
 Warning indentation Indentation 'statsThreadPeriod' has incorrect indentation level 8, expected level should be 10. 217

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 106

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java

Severity Category Rule Message Line
 Warning indentation Indentation '" exceeds value of replication.source.log.queue.warn: "' has incorrect indentation level 8, expected level should be 10. 209
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'this' has incorrect indentation level 10, expected level should be 12. 285
 Warning indentation Indentation '" currentPath="' has incorrect indentation level 14, expected level should be 16. 782

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 5, expected level should be 6. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 203
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'clusterId' has incorrect indentation level 6, expected level should be 8. 422
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 426

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/HBaseSaslRpcServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getIdentifier' has incorrect indentation level 14, expected level should be 16. 131

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 172

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 141
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 350
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 494
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 496
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 593
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 10, expected level should be 12. 598
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 659
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 660
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 662
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 665
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 666
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 670
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 671
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 672
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 673
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 675
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 676
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 677
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 679
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 680
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 681
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 683
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 686
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 687
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 688
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 689
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 690
 Warning indentation Indentation 'cell' has incorrect indentation level 8, expected level should be 9. 691
 Warning indentation Indentation 'while' has incorrect indentation level 5, expected level should be 4. 692
 Warning indentation Indentation 'while' child has incorrect indentation level 7, expected level should be 6. 693
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 694
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 696
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 11, expected level should be 13. 697
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 700
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 701
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 702
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 703
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 705
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 706
 Warning indentation Indentation 'for' has incorrect indentation level 11, expected level should be 10. 707
 Warning indentation Indentation 'for' child has incorrect indentation level 13, expected level should be 12. 708
 Warning indentation Indentation 'if' has incorrect indentation level 13, expected level should be 12. 709
 Warning indentation Indentation 'if' child has incorrect indentation level 15, expected level should be 14. 710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 13, expected level should be 12. 711
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 11, expected level should be 10. 712
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 713
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 6. 714
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 5, expected level should be 4. 715
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 716
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 717

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 161
 Warning indentation Indentation 'tables' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'AccessControlLists' has incorrect indentation level 10, expected level should be 12. 256
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 630
 Warning indentation Indentation 'cell' has incorrect indentation level 12, expected level should be 14. 873
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 906
 Warning indentation Indentation 'getActiveUser' has incorrect indentation level 6, expected level should be 8. 1109
 Warning indentation Indentation 'htd' has incorrect indentation level 10, expected level should be 12. 1114
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 1132
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1227
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1240
 Warning indentation Indentation 'Permission' has incorrect indentation level 8, expected level should be 10. 1266
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 1438
 Warning indentation Indentation 'families' has incorrect indentation level 8, expected level should be 10. 1441
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1462
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1463
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1464
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1465
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1466
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1467
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1468
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 1469
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 1470
 Warning indentation Indentation 'AccessControlFilter' has incorrect indentation level 14, expected level should be 16. 1495
 Warning indentation Indentation 'cfVsMaxVersions' has incorrect indentation level 14, expected level should be 16. 1496
 Warning indentation Indentation 'AccessControlFilter' has incorrect indentation level 12, expected level should be 14. 1525
 Warning indentation Indentation 'm' has incorrect indentation level 12, expected level should be 14. 1658
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 1697
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 1763
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 1815
 Warning indentation Indentation 'families' has incorrect indentation level 8, expected level should be 10. 1818
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 1897
 Warning indentation Indentation 'oldCell' has incorrect indentation level 10, expected level should be 12. 1961
 Warning indentation Indentation '" length "' has incorrect indentation level 16, expected level should be 18. 1968
 Warning indentation Indentation 'AccessControlProtos' has incorrect indentation level 14, expected level should be 16. 1974
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 10, expected level should be 12. 1997
 Warning indentation Indentation 'methodName' has incorrect indentation level 8, expected level should be 10. 2119
 Warning indentation Indentation 'getTableName' has incorrect indentation level 8, expected level should be 10. 2120
 Warning indentation Indentation 'Action' has incorrect indentation level 8, expected level should be 10. 2121
 Warning indentation Indentation 'perm' has incorrect indentation level 14, expected level should be 16. 2153
 Warning indentation Indentation 'block' child has incorrect indentation level 11, expected level should be 12. 2157
 Warning indentation Indentation 'perm' has incorrect indentation level 14, expected level should be 16. 2204
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 12, expected level should be 14. 2249
 Warning indentation Indentation 'familyMap' has incorrect indentation level 14, expected level should be 16. 2326
 Warning indentation Indentation 'Action' has incorrect indentation level 6, expected level should be 8. 2495

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/CodeToClassAndBackFor96Migration.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 43
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 61

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/HbaseObjectWritableFor96Migration.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 133
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 135
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 374
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 439
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 609
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 625
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 820

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/TableAuthManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 374
 Warning indentation Indentation '" for "' has incorrect indentation level 8, expected level should be 10. 494
 Warning indentation Indentation '" for "' has incorrect indentation level 8, expected level should be 10. 525
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 526
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 748

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/ExpressionParser.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 301
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 302
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 303
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 305
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 306

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Mutation contains cell with reserved type tag"' has incorrect indentation level 14, expected level should be 16. 330
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 784
 Warning indentation Indentation 'response' has incorrect indentation level 8, expected level should be 10. 785
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 845
 Warning indentation Indentation 'response' has incorrect indentation level 8, expected level should be 10. 846
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 859
 Warning indentation Indentation 'labelAuths' has incorrect indentation level 10, expected level should be 12. 993

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityLabelsCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 150

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 125
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 12. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 14. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 12. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 136
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 143
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 144
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 149
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 150
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 155
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 160
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 161
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 171
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 172
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 174
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 175
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 177
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 178
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 180

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/CreateSnapshot.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 504
 Warning indentation Indentation '.' has incorrect indentation level 14, expected level should be 16. 516
 Warning indentation Indentation '.' has incorrect indentation level 14, expected level should be 16. 517
 Warning indentation Indentation '.' has incorrect indentation level 14, expected level should be 16. 518
 Warning indentation Indentation '.' has incorrect indentation level 12, expected level should be 14. 534
 Warning indentation Indentation '.' has incorrect indentation level 12, expected level should be 14. 535
 Warning indentation Indentation '.' has incorrect indentation level 12, expected level should be 14. 536
 Warning indentation Indentation '.' has incorrect indentation level 12, expected level should be 14. 537
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 542
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 567
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 653
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 774
 Warning indentation Indentation '"' already exists in the destination: "' has incorrect indentation level 10, expected level should be 12. 889
 Warning indentation Indentation 'SnapshotDescriptionUtils' has incorrect indentation level 8, expected level should be 10. 925

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'regionsByName' has incorrect indentation level 10, expected level should be 12. 348
 Warning indentation Indentation 'regionsByName' has incorrect indentation level 10, expected level should be 12. 349
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 389
 Warning indentation Indentation '" from region="' has incorrect indentation level 12, expected level should be 14. 429
 Warning indentation Indentation '" to region="' has incorrect indentation level 12, expected level should be 14. 436
 Warning indentation Indentation '" from region="' has incorrect indentation level 10, expected level should be 12. 442
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 490
 Warning indentation Indentation 'tableDesc' has incorrect indentation level 6, expected level should be 8. 511
 Warning indentation Indentation 'manifest' has incorrect indentation level 6, expected level should be 8. 733

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 127
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 128
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 255

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation '(' has incorrect indentation level 14, expected level should be 16. 411
 Warning indentation Indentation 'table' has incorrect indentation level 14, expected level should be 16. 412
 Warning indentation Indentation 'state' has incorrect indentation level 14, expected level should be 16. 413
 Warning indentation Indentation '(' has incorrect indentation level 14, expected level should be 16. 425
 Warning indentation Indentation 'logfile' has incorrect indentation level 14, expected level should be 16. 426
 Warning indentation Indentation 'state' has incorrect indentation level 14, expected level should be 16. 427
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 430
 Warning indentation Indentation 'stats' has incorrect indentation level 8, expected level should be 10. 437
 Warning indentation Indentation 'stats' has incorrect indentation level 8, expected level should be 10. 439
 Warning indentation Indentation 'stats' has incorrect indentation level 8, expected level should be 10. 445
 Warning indentation Indentation 'fileSizeToString' has incorrect indentation level 8, expected level should be 10. 446
 Warning indentation Indentation 'stats' has incorrect indentation level 8, expected level should be 10. 447
 Warning indentation Indentation 'fileSizeToString' has incorrect indentation level 8, expected level should be 10. 448
 Warning indentation Indentation 'stats' has incorrect indentation level 8, expected level should be 10. 451
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 492
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 505
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 541

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 139

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java

Severity Category Rule Message Line
 Warning indentation Indentation 'fs' has incorrect indentation level 8, expected level should be 10. 79
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 124

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 131

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotReferenceUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 7, expected level should be 8. 57
 Warning indentation Indentation 'FSVisitor' has incorrect indentation level 4, expected level should be 6. 61
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 219
 Warning indentation Indentation '" found="' has incorrect indentation level 10, expected level should be 12. 304

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Usage: bin/hbase %s [opts] [table1 [table2]...] | [regionserver1 [regionserver2]..]%n"' has incorrect indentation level 6, expected level should be 8. 308
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 10. 680
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 10. 681

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilterWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 47

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompressionTest.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Usage: CompressionTest <path> "' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 6, expected level should be 8. 112
 Warning indentation Indentation '"\n"' has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation '"For example:\n"' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation '" hbase "' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 120

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConnectionCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'connections' has incorrect indentation level 3, expected level should be 6. 53

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/EncryptionTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 45
 Warning indentation Indentation 'KeyStoreKeyProvider' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'DefaultCipherProvider' has incorrect indentation level 6, expected level should be 8. 85
 Warning indentation Indentation 'conf' has incorrect indentation level 12, expected level should be 14. 129
 Warning indentation Indentation 'key' has incorrect indentation level 12, expected level should be 14. 130
 Warning indentation Indentation 'context' has incorrect indentation level 10, expected level should be 12. 144

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSHDFSUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 138
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 172
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 237
 Warning indentation Indentation '"ms (hbase.lease.recovery.timeout); continuing, but may be DATALOSS!!!; "' has incorrect indentation level 8, expected level should be 10. 238
 Warning indentation Indentation 'getLogMessageDetail' has incorrect indentation level 8, expected level should be 10. 239
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 256
 Warning indentation Indentation 'getLogMessageDetail' has incorrect indentation level 8, expected level should be 10. 261
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 304

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSMapRUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation '" by changing permission to readonly"' has incorrect indentation level 6, expected level should be 8. 41

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptorMigrationToSubdir.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 44
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'FSTableDescriptors' has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 94
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 133

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 2. 97
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 118
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 159
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 193
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 8, expected level should be 10. 202
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 231
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 275
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 314
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 330
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 348
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 368
 Warning indentation Indentation 'new' has incorrect indentation level 2, expected level should be 6. 399
 Warning indentation Indentation 'Pattern' has incorrect indentation level 4, expected level should be 6. 445
 Warning indentation Indentation 'Path' has incorrect indentation level 4, expected level should be 6. 474
 Warning indentation Indentation 'Path' has incorrect indentation level 4, expected level should be 6. 485
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 495
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 505
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 506
 Warning indentation Indentation 'ohtd' has incorrect indentation level 10, expected level should be 12. 532
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 547
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 548
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 560
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 594
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 620
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 621
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 622
 Warning indentation Indentation 'getTableInfoSequenceId' has incorrect indentation level 6, expected level should be 8. 634
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 676
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 704

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 257
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 269
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 483
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 537
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 559
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 602
 Warning indentation Indentation 'FSProtos' has incorrect indentation level 6, expected level should be 8. 606
 Warning indentation Indentation 'FSProtos' has incorrect indentation level 6, expected level should be 8. 624
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 639
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 657
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 671
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 672
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 673
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 674
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 675
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 690
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 692
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 705
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 724
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 807
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 854
 Warning indentation Indentation 'Path' has incorrect indentation level 10, expected level should be 12. 881
 Warning indentation Indentation '"URI -- check your "' has incorrect indentation level 8, expected level should be 10. 936
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 966
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 967
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1026
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 1028
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1041
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1042
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1068
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1103
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1119
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1120
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1138
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1139
 Warning indentation Indentation 'cfCount' has incorrect indentation level 8, expected level should be 10. 1168
 Warning indentation Indentation 'cfCountTotal' has incorrect indentation level 6, expected level should be 8. 1172
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1562
 Warning indentation Indentation 'final' has incorrect indentation level 2, expected level should be 6. 1583
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1584
 Warning indentation Indentation 'final' has incorrect indentation level 2, expected level should be 6. 1605
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1606
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1673
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1674
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1693
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1694
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 2028
 Warning indentation Indentation '"be set to true."' has incorrect indentation level 8, expected level should be 10. 2032
 Warning indentation Indentation '"it, see https://issues.apache.org/jira/browse/HBASE-6868."' has incorrect indentation level 8, expected level should be 10. 2033

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSVisitor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 7, expected level should be 8. 47
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 52
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 57

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 275
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 4, expected level should be 6. 613
 Warning indentation Indentation 'tablesInfo' has incorrect indentation level 12, expected level should be 14. 812
 Warning indentation Indentation '"Found lingering reference file "' has incorrect indentation level 8, expected level should be 10. 1006
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1026
 Warning indentation Indentation 'emptyRegionInfoQualifiers' has incorrect indentation level 6, expected level should be 8. 1042
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1310
 Warning indentation Indentation '"You may need to restore the previously sidelined hbase:meta"' has incorrect indentation level 8, expected level should be 10. 1427
 Warning indentation Indentation 'catch' child has incorrect indentation level 8, expected level should be 6. 1597
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1611
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 1656
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 1659
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 7, expected level should be 6. 1660
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1748
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1765
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1793
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 1824
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1825
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1881
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1882
 Warning indentation Indentation '"org.apache.hadoop.hbase.master.HMaster.offline([B)"' has incorrect indentation level 8, expected level should be 10. 1948
 Warning indentation Indentation 'KeeperException' has incorrect indentation level 4, expected level should be 6. 2056
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2092
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2094
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2095
 Warning indentation Indentation 'hasMetaAssignment' has incorrect indentation level 6, expected level should be 8. 2103
 Warning indentation Indentation 'hbi' has incorrect indentation level 6, expected level should be 8. 2104
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 2106
 Warning indentation Indentation 'hbi' has incorrect indentation level 6, expected level should be 8. 2109
 Warning indentation Indentation '"tabled that is not deployed"' has incorrect indentation level 8, expected level should be 10. 2119
 Warning indentation Indentation 'regionDir' has incorrect indentation level 20, expected level should be 22. 2180
 Warning indentation Indentation 'TreeMultimap' has incorrect indentation level 6, expected level should be 8. 2516
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 2534
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 6, expected level should be 4. 2594
 Warning indentation Indentation '"regions which is greater than "' has incorrect indentation level 12, expected level should be 14. 2762
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 2777
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2802
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2805
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2813
 Warning indentation Indentation 'RegionSplitCalculator' has incorrect indentation level 10, expected level should be 12. 2856
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2864
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2867
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2875
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2883
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 2884
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3092
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3094
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 3095
 Warning indentation Indentation '"Got a CoordinatedStateException while fixing the ENABLING table znode "' has incorrect indentation level 14, expected level should be 16. 3226
 Warning indentation Indentation 'e' has incorrect indentation level 14, expected level should be 16. 3227
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 14. 3269
 Warning indentation Indentation 'KeeperException' has incorrect indentation level 2, expected level should be 6. 3300
 Warning indentation Indentation '"Empty REGIONINFO_QUALIFIER found in hbase:meta"' has incorrect indentation level 14, expected level should be 16. 3347
 Warning indentation Indentation '"Empty REGIONINFO_QUALIFIER found in hbase:meta"' has incorrect indentation level 14, expected level should be 16. 3355
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 6, expected level should be 8. 3759
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 3760
 Warning indentation Indentation 'TableInfo' has incorrect indentation level 6, expected level should be 8. 3761
 Warning indentation Indentation 'HbckInfo' has incorrect indentation level 6, expected level should be 8. 3762
 Warning indentation Indentation 'HbckInfo' has incorrect indentation level 6, expected level should be 8. 3763
 Warning indentation Indentation '" Unable to fetch region information. "' has incorrect indentation level 10, expected level should be 12. 3948
 Warning indentation Indentation 'ServiceException' has incorrect indentation level 4, expected level should be 6. 4432
 Warning indentation Indentation '"HBaseFsck: -sleepBeforeRerun needs a value."' has incorrect indentation level 12, expected level should be 14. 4461
 Warning indentation Indentation '"This option is deprecated, please use -fixAssignments instead."' has incorrect indentation level 10, expected level should be 12. 4480
 Warning indentation Indentation '"-maxOverlapsToSideline needs a numeric value argument."' has incorrect indentation level 12, expected level should be 14. 4540
 Warning indentation Indentation '"-maxOverlapsToSideline needs a numeric value argument."' has incorrect indentation level 12, expected level should be 14. 4548
 Warning indentation Indentation '"-maxMerge needs a numeric value argument."' has incorrect indentation level 12, expected level should be 14. 4555
 Warning indentation Indentation '"-maxMerge needs a numeric value argument."' has incorrect indentation level 12, expected level should be 14. 4563

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 77
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 122
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 163

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HFileV1Detector.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 7, expected level should be 10. 343

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HMerge.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 84
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 85
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 106
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 150
 Warning indentation Indentation '" and "' has incorrect indentation level 12, expected level should be 14. 208
 Warning indentation Indentation 'HRegion' has incorrect indentation level 12, expected level should be 14. 210
 Warning indentation Indentation 'nextRegion' has incorrect indentation level 12, expected level should be 14. 212
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 216
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 231
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 232
 Warning indentation Indentation 'final' has incorrect indentation level 6, expected level should be 8. 244
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 245
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 324
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 325

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/JSONBean.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 95
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 112
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 10. 141
 Warning indentation Indentation 'if' has incorrect indentation level 11, expected level should be 12. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 13, expected level should be 14. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 11, expected level should be 12. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 10. 145
 Warning indentation Indentation 'else' child has incorrect indentation level 11, expected level should be 12. 146
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 9, expected level should be 10. 147
 Warning indentation Indentation 'catch' child has incorrect indentation level 9, expected level should be 10. 148
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 221
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 284
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 302
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 355
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 357
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 359
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 361

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/JVMClusterUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 84
 Warning indentation Indentation 'CoordinatedStateManager' has incorrect indentation level 6, expected level should be 10. 89
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 136
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 155
 Warning indentation Indentation '"Thread dump because: "' has incorrect indentation level 10, expected level should be 12. 224
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 318
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation '" regionserver(s) "' has incorrect indentation level 6, expected level should be 8. 320

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/JvmPauseMonitor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'gcTimesBeforeSleep' has incorrect indentation level 6, expected level should be 8. 99

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/MapreduceDependencyClasspathTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HBaseConfiguration' has incorrect indentation level 6, expected level should be 8. 71

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/Merge.java

Severity Category Rule Message Line
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 157
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 173
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 219
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 238
 Warning indentation Indentation 'tn' has incorrect indentation level 8, expected level should be 10. 263

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/MetaUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 56

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ModifyRegionUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 118
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'rootDir' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 231
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 264

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/MultiHConnection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'actions' has incorrect indentation level 8, expected level should be 10. 126

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 373
 Warning indentation Indentation '"Table already exists: "' has incorrect indentation level 10, expected level should be 12. 390
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 437
 Warning indentation Indentation 'getTableDirAndSplitFile' has incorrect indentation level 6, expected level should be 8. 689
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 774
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 783
 Warning indentation Indentation 'getTableDirAndSplitFile' has incorrect indentation level 6, expected level should be 8. 785

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ServerRegionReplicaUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 54
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 65
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 74

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ZKDataMigrator.java

Severity Category Rule Message Line
 Warning indentation Indentation '"table92"' has incorrect indentation level 10, expected level should be 12. 105
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 10, expected level should be 12. 209
 Warning indentation Indentation 'getConf' has incorrect indentation level 8, expected level should be 10. 223
 Warning indentation Indentation 'String' has incorrect indentation level 1, expected level should be 6. 240

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/util/hbck/TableLockChecker.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be one of the following: 10, 12, 14. 61
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 83

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/DefaultWALProvider.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 104

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 127

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 316
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 317

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKey.java

Severity Category Rule Message Line
 Warning indentation Indentation 'nonceGroup' has incorrect indentation level 6, expected level should be 8. 214
 Warning indentation Indentation 'EMPTY_UUIDS' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 471
 Warning indentation Indentation 'compressionContext' has incorrect indentation level 8, expected level should be 10. 478
 Warning indentation Indentation 'compressionContext' has incorrect indentation level 8, expected level should be 10. 480

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SPLIT_SKIP_ERRORS_DEFAULT' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'storeSeqId' has incorrect indentation level 16, expected level should be 18. 342
 Warning indentation Indentation 'logfile' has incorrect indentation level 8, expected level should be 10. 379
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 518
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 538
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 539
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 788
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 797
 Warning indentation Indentation '+' has incorrect indentation level 11, expected level should be 12. 811
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 818
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 894
 Warning indentation Indentation 'ClassSize' has incorrect indentation level 8, expected level should be 10. 1020
 Warning indentation Indentation '0' has incorrect indentation level 8, expected level should be 10. 1021
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 8, expected level should be 10. 1308
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1318
 Warning indentation Indentation 'regionMaximumEditLogSeqNum' has incorrect indentation level 14, expected level should be 16. 1346
 Warning indentation Indentation 'loc' has incorrect indentation level 14, expected level should be 16. 1766
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 1926
 Warning indentation Indentation 'entry' has incorrect indentation level 6, expected level should be 8. 2211

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ClusterStatusTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 66
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 80
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 6, expected level should be 8. 95

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/DrainingServerTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 10, expected level should be 12. 112

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/LoadBalancerTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 65
 Warning indentation Indentation 'LoadBalancerProtos' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 82
 Warning indentation Indentation 'LoadBalancerProtos' has incorrect indentation level 6, expected level should be 8. 85

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 232
 Warning indentation Indentation 'configuration' has incorrect indentation level 12, expected level should be 14. 233
 Warning indentation Indentation 'standaloneServerFactoryList' has incorrect indentation level 8, expected level should be 10. 299
 Warning indentation Indentation 'standaloneServerFactoryList' has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'standaloneServerFactoryList' has incorrect indentation level 6, expected level should be 8. 378

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/RegionServerTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'serverName' has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 123
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 10, expected level should be 12. 137

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTableStateManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 99
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 147
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 239
 Warning indentation Indentation '"already deleted"' has incorrect indentation level 10, expected level should be 12. 243
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 10, expected level should be 12. 247
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 275
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 344

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperMainServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 49
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 105

Hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessLockBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 167
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 458

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 101
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 107
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 113
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 264

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestCase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 163
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 169
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 175
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 235
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 284
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 310
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 405
 Warning indentation Indentation 'byte' has incorrect indentation level 6, expected level should be 8. 424
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 426
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 451
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 462
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 465
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 466
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 467
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 468
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 469
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 470
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 6. 471
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 473
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 500
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 526
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 528
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 541
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 569
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 587
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 588
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 589
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 590
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 591
 Warning indentation Indentation 'res' has incorrect indentation level 8, expected level should be 10. 592
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 593
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 596
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 598
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 599
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 600
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 603
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 605
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 608
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 4. 609
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 610

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 2. 146
 Warning indentation Indentation 'Arrays' has incorrect indentation level 4, expected level should be 6. 200
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 217
 Warning indentation Indentation '"hadoop.log.dir"' has incorrect indentation level 6, expected level should be 8. 330
 Warning indentation Indentation 'testPath' has incorrect indentation level 6, expected level should be 8. 331
 Warning indentation Indentation '"hadoop.tmp.dir"' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'testPath' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation '"mapreduce.cluster.local.dir"' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'testPath' has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 348
 Warning indentation Indentation 'sysValue' has incorrect indentation level 8, expected level should be 10. 356
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 359
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 360
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 361
 Warning indentation Indentation 'method call' child has incorrect indentation level 9, expected level should be 10. 362
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 7, expected level should be 8. 363
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 532
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 550
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 617
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 620
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 710
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 721
 Warning indentation Indentation 'Integer' has incorrect indentation level 6, expected level should be 8. 743
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 779
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 797
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 810
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 811
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 821
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 822
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 911
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 924
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 925
 Warning indentation Indentation 'Class' has incorrect indentation level 4, expected level should be 6. 926
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 927
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 928
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 981
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1203
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1215
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1227
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1243
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1274
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1287
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1329
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1351
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1406
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1434
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1459
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1483
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1503
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1516
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1530
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1544
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 1593
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 1608
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1632
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1646
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 1670
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 1733
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 1734
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. 1735
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 1741
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1864
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2087
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 2147
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 2182
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2303
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 2332
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 2387
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 2391
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 2393
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 2481
 Warning indentation Indentation 'jobConf' has incorrect indentation level 6, expected level should be 8. 2500
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 2603
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2608
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2624
 Warning indentation Indentation '1000' has incorrect indentation level 6, expected level should be 8. 2639
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 2640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 2642
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 2643
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 2644
 Warning indentation Indentation 'while' child has incorrect indentation level 7, expected level should be 6. 2655
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2715
 Warning indentation Indentation '"HBaseTestingUtility.getHBaseAdmin()"' has incorrect indentation level 8, expected level should be 10. 2732
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2750
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 2754
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 2755
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 2756
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 2757
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 2758
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2941
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2946
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 2950
 Warning indentation Indentation 'System' has incorrect indentation level 8, expected level should be 10. 2951
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2980
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 3059
 Warning indentation Indentation 'getMiniHBaseCluster' has incorrect indentation level 6, expected level should be 8. 3064
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 3091
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3092
 Warning indentation Indentation 'differentiatingSuffix' has incorrect indentation level 6, expected level should be 8. 3100
 Warning indentation Indentation 'stream' has incorrect indentation level 14, expected level should be 16. 3156
 Warning indentation Indentation 'method def rparen' has incorrect indentation level 48, expected level should be 2. 3291
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 3707
 Warning indentation Indentation 'getHBaseCluster' has incorrect indentation level 10, expected level should be 12. 3722
 Warning indentation Indentation 'r' has incorrect indentation level 14, expected level should be 16. 3731
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 3741

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation '"org.apache.commons.logging.impl.SimpleLog"' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation '"WARN"' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation 'ROW_COUNT' has incorrect indentation level 12, expected level should be 14. 182
 Warning indentation Indentation 'Path' has incorrect indentation level 6, expected level should be 8. 399

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/MapFilePerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 49
 Warning indentation Indentation 'ROW_COUNT' has incorrect indentation level 12, expected level should be 14. 79
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 121
 Warning indentation Indentation 'format' has incorrect indentation level 8, expected level should be 10. 260
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 309

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/MetaMockingUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'region' has incorrect indentation level 8, expected level should be 10. 74
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 75
 Warning indentation Indentation 'region' has incorrect indentation level 8, expected level should be 10. 76
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 81
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 82
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 84
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 85

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 67
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 204
 Warning indentation Indentation 'hbaseCluster' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'hbaseCluster' has incorrect indentation level 6, expected level should be 8. 450
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 659
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 753

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/MockRegionServerServices.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 64

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/MultithreadedTestUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 34
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 176

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Run random read test"' has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation '"Run random seek and scan 100 test"' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation '"Run random seek scan with both start and stop row (max 10 rows)"' has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation '"Run random seek scan with both start and stop row (max 100 rows)"' has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation '"Run random seek scan with both start and stop row (max 1000 rows)"' has incorrect indentation level 6, expected level should be 8. 157
 Warning indentation Indentation '"Run random seek scan with both start and stop row (max 10000 rows)"' has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation '"Run random write test"' has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation '"Run sequential read test"' has incorrect indentation level 6, expected level should be 8. 163
 Warning indentation Indentation '"Run sequential write test"' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation '"Run scan test (read every row)"' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation '"Run scan test using a filter to find a specific row based on it's value "' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 11, expected level should be one of the following: 10, 12, 14. 272
 Warning indentation Indentation '||' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'exists' has incorrect indentation level 6, expected level should be 8. 307
 Warning indentation Indentation '||' has incorrect indentation level 6, expected level should be 8. 313
 Warning indentation Indentation '||' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 318
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 319
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 320
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 321
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 322
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 323
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 324
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation '"ms over "' has incorrect indentation level 12, expected level should be 14. 417
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 440
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 441
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 442
 Warning indentation Indentation 'Histogram' has incorrect indentation level 6, expected level should be 8. 485
 Warning indentation Indentation 'ObjectMapper' has incorrect indentation level 6, expected level should be 8. 486
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1417
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1528
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1530
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1531
 Warning indentation Indentation 'opts' has incorrect indentation level 6, expected level should be 8. 1596
 Warning indentation Indentation 'cmd' has incorrect indentation level 8, expected level should be 10. 1602
 Warning indentation Indentation '"ms at offset "' has incorrect indentation level 6, expected level should be 8. 1615
 Warning indentation Indentation '" ("' has incorrect indentation level 6, expected level should be 8. 1616
 Warning indentation Indentation '"(rather than use mapreduce)"' has incorrect indentation level 6, expected level should be 8. 1664
 Warning indentation Indentation '"Default: 1.0."' has incorrect indentation level 6, expected level should be 8. 1667
 Warning indentation Indentation '"rows. Only supported by randomRead. Default: 1.0"' has incorrect indentation level 6, expected level should be 8. 1669
 Warning indentation Indentation '"Default: 0"' has incorrect indentation level 6, expected level should be 8. 1671
 Warning indentation Indentation '"instead of single gets. Default: 0"' has incorrect indentation level 6, expected level should be 8. 1674
 Warning indentation Indentation '"Default: false"' has incorrect indentation level 6, expected level should be 8. 1677
 Warning indentation Indentation '"analysis (see guide). Default: disabled"' has incorrect indentation level 6, expected level should be 8. 1682
 Warning indentation Indentation '"inmemory as far as possible. Not guaranteed that reads are always served "' has incorrect indentation level 6, expected level should be 8. 1684
 Warning indentation Indentation '"from memory. Default: false"' has incorrect indentation level 6, expected level should be 8. 1685
 Warning indentation Indentation '"Default: false"' has incorrect indentation level 6, expected level should be 8. 1687
 Warning indentation Indentation '"This works only if usetags is true."' has incorrect indentation level 7, expected level should be 8. 1689
 Warning indentation Indentation '"Default: opts.perClientRunRows / 10"' has incorrect indentation level 6, expected level should be 8. 1701
 Warning indentation Indentation '"by randomRead. Default: disabled"' has incorrect indentation level 6, expected level should be 8. 1703
 Warning indentation Indentation '"clients (and HRegionServers)"' has incorrect indentation level 6, expected level should be 8. 1723

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluationCommons.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 34

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuarantees.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 77

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestCheckTestClasses.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 49

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestDrainingServer.java

Severity Category Rule Message Line
 Warning indentation Indentation '"zkWatcher-Test"' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 224
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 226
 Warning indentation Indentation 'entry' has incorrect indentation level 8, expected level should be 10. 260

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestGlobalMemStoreSize.java

Severity Category Rule Message Line
 Warning indentation Indentation 'globalMemStoreSize' has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation '", size="' has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 148
 Warning indentation Indentation '", "' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 173

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestHBaseTestingUtility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'htu1' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'htu1' has incorrect indentation level 6, expected level should be 8. 82

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestHRegionLocation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 69
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 72

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 281
 Warning indentation Indentation 'FAMILY' has incorrect indentation level 8, expected level should be 10. 283
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 284
 Warning indentation Indentation 'oldHri' has incorrect indentation level 8, expected level should be 10. 286
 Warning indentation Indentation 'compactingRegion' has incorrect indentation level 10, expected level should be 12. 293
 Warning indentation Indentation 'System' has incorrect indentation level 10, expected level should be 12. 296

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'content' has incorrect indentation level 6, expected level should be 8. 118

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestJMXListener.java

Severity Category Rule Message Line
 Warning indentation Indentation 'JMXListener' has incorrect indentation level 6, expected level should be 8. 53
 Warning indentation Indentation 'JMXListener' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation '!' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'JMXListener' has incorrect indentation level 6, expected level should be 8. 89

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestLocalHBaseCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 69

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaMigrationConvertingToPB.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'System' has incorrect indentation level 6, expected level should be 8. 147
 Warning indentation Indentation 'File' has incorrect indentation level 6, expected level should be 8. 148
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 163
 Warning indentation Indentation 'isMetaTableUpdated' has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 192
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 239
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 326
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 336
 Warning indentation Indentation 'getBytes' has incorrect indentation level 8, expected level should be 10. 349
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 386

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 87
 Warning indentation Indentation 'testGettingTableRegions' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 209
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 215
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 229
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 237
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 244
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 270
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 272
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'pair' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 283
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'pair' has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 310
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 311
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 316
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 334
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 377
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 378
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 380
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'result' has incorrect indentation level 8, expected level should be 10. 384
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 385
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 394
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 6, expected level should be 8. 396
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 407
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 426
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 428
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 430
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 455
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 457
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 459

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessorNoCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'Mockito' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 147
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 149
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 150
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 180
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 10. 188
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 197

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableLocator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MetaTableLocator' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'RegionState' has incorrect indentation level 6, expected level should be 8. 135
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 147
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 152
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 178
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 193
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 209
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 229
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 242
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 264
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 275
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 307
 Warning indentation Indentation 'HConnectionTestingUtility' has incorrect indentation level 6, expected level should be 8. 309

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMultiVersions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 77
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 5, expected level should be one of the following: 4, 6, 8. 110
 Warning indentation Indentation 'r' has incorrect indentation level 6, expected level should be 8. 178
 Warning indentation Indentation 'map' has incorrect indentation level 6, expected level should be 8. 180

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestPartialResultsFromClientSide.java

Severity Category Rule Message Line
 Warning indentation Indentation 'partialResult' has incorrect indentation level 10, expected level should be 12. 269
 Warning indentation Indentation 'oneShotResult' has incorrect indentation level 8, expected level should be 10. 277
 Warning indentation Indentation 'oneShotCell' has incorrect indentation level 10, expected level should be 12. 286
 Warning indentation Indentation '"Result's cell count differed from expected number. result: "' has incorrect indentation level 8, expected level should be 10. 343
 Warning indentation Indentation 'result' has incorrect indentation level 8, expected level should be 10. 344
 Warning indentation Indentation 'kvExp' has incorrect indentation level 8, expected level should be 10. 683
 Warning indentation Indentation 'scannerCount' has incorrect indentation level 6, expected level should be 8. 745
 Warning indentation Indentation 'scannerCount' has incorrect indentation level 6, expected level should be 8. 752
 Warning indentation Indentation 'scannerCount' has incorrect indentation level 6, expected level should be 8. 768
 Warning indentation Indentation 'scannerCount' has incorrect indentation level 6, expected level should be 8. 775

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestPerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 35

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionRebalancing.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 100
 Warning indentation Indentation 'HBaseTestingUtility' has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation 'this' has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation 'UTIL' has incorrect indentation level 8, expected level should be 10. 118
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 179
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 180
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 10, expected level should be 12. 184
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 240

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestSerialization.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RecoveryMode' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 145

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestServerLoad.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 4. 66

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestServerName.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 38
 Warning indentation Indentation 'hostnamePortStr' has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 79
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation '"www.example.org"' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 107

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 131
 Warning indentation Indentation 'connectionZK' has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'connectionZK' has incorrect indentation level 6, expected level should be 8. 157
 Warning indentation Indentation 'connectionZK' has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation 'connectionZK' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation '"/1/1"' has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'connectionZK' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'connectionZK' has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation 'state2' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 275
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'getZooKeeperWatcher' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'getZooKeeperWatcher' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'TestZooKeeper' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation '"testCreateSilentIsReallySilent"' has incorrect indentation level 6, expected level should be 8. 434
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 452
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 472
 Warning indentation Indentation 'case' child has incorrect indentation level 9, expected level should be 10. 490
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 506
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 623
 Warning indentation Indentation 'numberOfRows' has incorrect indentation level 8, expected level should be 10. 637

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TimestampTestBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 53
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 103
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 123
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 174
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 199
 Warning indentation Indentation 'in' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 225
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 230
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 243
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 244
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 256
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 261
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 267
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 269

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestHFileArchiving.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'archivedFiles' has incorrect indentation level 6, expected level should be 8. 296
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 418

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/example/TestZooKeeperTableArchiveClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'archivingClient' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'archivedForPrimary' has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'LongTermArchivingHFileCleaner' has incorrect indentation level 6, expected level should be 8. 298
 Warning indentation Indentation 'count' has incorrect indentation level 6, expected level should be 8. 389

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/HConnectionTestingUtility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 58
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 122
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 178
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 192

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin1.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 468
 Warning indentation Indentation 'try' has incorrect indentation level 7, expected level should be 4. 469
 Warning indentation Indentation 'try' child has incorrect indentation level 9, expected level should be 6. 470
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 7, expected level should be 4. 471
 Warning indentation Indentation 'catch' child has incorrect indentation level 11, expected level should be 6. 472
 Warning indentation Indentation 'catch' child has incorrect indentation level 11, expected level should be 6. 473
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 7, expected level should be 4. 474
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 475
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 1024
 Warning indentation Indentation 'numVersions' has incorrect indentation level 6, expected level should be 8. 1033
 Warning indentation Indentation '", r="' has incorrect indentation level 10, expected level should be 12. 1146
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 1151
 Warning indentation Indentation 'false' has incorrect indentation level 14, expected level should be 16. 1152
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 1294

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'msg' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'msg' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation 'getInt' has incorrect indentation level 6, expected level should be 8. 192
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 287
 Warning indentation Indentation 'finally' child has incorrect indentation level 7, expected level should be 6. 289
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 324
 Warning indentation Indentation 'isInList' has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation '.' has incorrect indentation level 14, expected level should be 16. 350
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 383
 Warning indentation Indentation 'isInList' has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation '.' has incorrect indentation level 14, expected level should be 16. 457
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 520
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 556
 Warning indentation Indentation 'am' has incorrect indentation level 6, expected level should be 8. 560
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 609
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 662
 Warning indentation Indentation '" HBase was not available"' has incorrect indentation level 6, expected level should be 8. 682

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientPushback.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ClientBackoffPolicy' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'backoffPolicy' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 127

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 305
 Warning indentation Indentation 'newConfig' has incorrect indentation level 7, expected level should be 9. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 7, expected level should be one of the following: 9, 11, 13. 307
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 7, expected level should be one of the following: 9, 11, 13. 308
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 5, expected level should be one of the following: 7, 9, 11. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 314
 Warning indentation Indentation '(' has incorrect indentation level 7, expected level should be 9. 315
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 329
 Warning indentation Indentation '"ZooKeeperKeepAliveConnection equals on same connection"' has incorrect indentation level 7, expected level should be 9. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 336
 Warning indentation Indentation '(' has incorrect indentation level 7, expected level should be 9. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 342
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 343
 Warning indentation Indentation '"ZooKeeperKeepAliveConnection should be different"' has incorrect indentation level 7, expected level should be 9. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 348
 Warning indentation Indentation 'getDeclaredMethod' has incorrect indentation level 7, expected level should be 9. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 354
 Warning indentation Indentation '"ZooKeeperKeepAliveConnection should be recreated"' has incorrect indentation level 7, expected level should be 9. 355
 Warning indentation Indentation ',' has incorrect indentation level 7, expected level should be 9. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 364
 Warning indentation Indentation 'try' has incorrect indentation level 5, expected level should be 4. 365
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 366
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 367
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 5, expected level should be 4. 368
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 5, expected level should be 4. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 375
 Warning indentation Indentation 'try' has incorrect indentation level 5, expected level should be 4. 376
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 377
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 378
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 5, expected level should be 4. 379
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 5, expected level should be 4. 380
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 381
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 437
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 439
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 441
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 444
 Warning indentation Indentation 'getNumberOfRows' has incorrect indentation level 6, expected level should be 8. 446
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 450
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 537
 Warning indentation Indentation 'createScanWithRowFilter' has incorrect indentation level 6, expected level should be 8. 576
 Warning indentation Indentation 'CompareFilter' has incorrect indentation level 6, expected level should be 8. 580
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 606
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 622
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 635
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 646
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 663
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 742
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 764
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 775
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 786
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2579
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2590
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2601
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2612
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2623
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2634
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2644
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2655
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2666
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2677
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2688
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2746
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 2802
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 2818
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 2826
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2844
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 2900
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 2916
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 2924
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 2949
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3007
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3066
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3097
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3125
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3142
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3165
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3198
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3233
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3264
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 3284
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3826
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3884
 Warning indentation Indentation 'Result' has incorrect indentation level 4, expected level should be 8. 3899
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3911
 Warning indentation Indentation 'Result' has incorrect indentation level 4, expected level should be 8. 3928
 Warning indentation Indentation 'Result' has incorrect indentation level 4, expected level should be 8. 3940
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3953
 Warning indentation Indentation 'Result' has incorrect indentation level 4, expected level should be 8. 3970
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 4015
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 4256
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 4262
 Warning indentation Indentation 'MultiRowMutationService' has incorrect indentation level 7, expected level should be 8. 4401
 Warning indentation Indentation 'versions' has incorrect indentation level 8, expected level should be 10. 4805
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 4893
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 4894
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 5158
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 5249
 Warning indentation Indentation 'endKey' has incorrect indentation level 6, expected level should be 8. 5325
 Warning indentation Indentation 'count' has incorrect indentation level 6, expected level should be 8. 5637
 Warning indentation Indentation 'count' has incorrect indentation level 6, expected level should be 8. 5651
 Warning indentation Indentation 'count' has incorrect indentation level 6, expected level should be 8. 5665

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide3.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 55
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 114
 Warning indentation Indentation 'admin' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 215
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 250
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 298
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation '1' has incorrect indentation level 6, expected level should be 8. 339
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 357
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 358

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSideNoCodec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 78

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHBaseAdminNoCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 71
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 90
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 100
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 119
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 133
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 147
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 161
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 175
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 189
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 203
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 217
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 231
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 245
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 259
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 272

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHCM.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConnectionManager' has incorrect indentation level 8, expected level should be 10. 565
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 590
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 600
 Warning indentation Indentation 'toMove' has incorrect indentation level 6, expected level should be 8. 651
 Warning indentation Indentation 'destServerName' has incorrect indentation level 6, expected level should be 8. 652
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 703
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 705
 Warning indentation Indentation 'toMove' has incorrect indentation level 6, expected level should be 8. 710
 Warning indentation Indentation 'curServer' has incorrect indentation level 6, expected level should be 8. 711
 Warning indentation Indentation 'curServer' has incorrect indentation level 6, expected level should be 8. 729
 Warning indentation Indentation '"Previous server was "' has incorrect indentation level 6, expected level should be 8. 751
 Warning indentation Indentation 'curServer' has incorrect indentation level 6, expected level should be 8. 752
 Warning indentation Indentation 'conn' has incorrect indentation level 6, expected level should be 8. 753
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 790
 Warning indentation Indentation 'getInt' has incorrect indentation level 6, expected level should be 8. 866
 Warning indentation Indentation 'HConnectionManager' has incorrect indentation level 10, expected level should be 12. 884
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 912
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 974
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 976
 Warning indentation Indentation 'try' has incorrect indentation level 5, expected level should be 4. 999
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1000
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1005
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1006
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1008
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1009
 Warning indentation Indentation 'while' has incorrect indentation level 7, expected level should be 6. 1012
 Warning indentation Indentation 'while' child has incorrect indentation level 9, expected level should be 8. 1013
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 7, expected level should be 6. 1014
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1016
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1017
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1018
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1021
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1022
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1023
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1026
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1027
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1029
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1030
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1032
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1035
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1036
 Warning indentation Indentation 'for' has incorrect indentation level 7, expected level should be 6. 1037
 Warning indentation Indentation 'if' has incorrect indentation level 9, expected level should be 8. 1038
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 1040
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 10. 1041
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1042
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 7, expected level should be 6. 1043
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1044
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 6. 1046
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1047
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1048
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1049
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1052
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1053
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1054
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1055
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1056
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1057
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1062
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1063
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 11, expected level should be 6. 1066
 Warning indentation Indentation 'while' has incorrect indentation level 7, expected level should be 6. 1068
 Warning indentation Indentation 'while' child has incorrect indentation level 9, expected level should be 8. 1073
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 6. 1074
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1076
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1079
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1080
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1081
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1082
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1086
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1091
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1093
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1094
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1095
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1096
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1099
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 1102
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 5, expected level should be 4. 1103
 Warning indentation Indentation 'finally' child has incorrect indentation level 7, expected level should be 6. 1104
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 5, expected level should be 4. 1105
 Warning indentation Indentation 'tracker' has incorrect indentation level 8, expected level should be 10. 1148
 Warning indentation Indentation '5' has incorrect indentation level 6, expected level should be 8. 1194
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1195
 Warning indentation Indentation 'Threads' has incorrect indentation level 6, expected level should be 8. 1196

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 80

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexerFlushCache.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 88
 Warning indentation Indentation 'PER_REGIONSERVER_QUEUE_SIZE' has incorrect indentation level 6, expected level should be 8. 91

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 119
 Warning indentation Indentation 'for' has incorrect indentation level 3, expected level should be 4. 120
 Warning indentation Indentation 'for' child has incorrect indentation level 5, expected level should be 6. 121
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 3, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 126

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMetaScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'mock' has incorrect indentation level 6, expected level should be 8. 83
 Warning indentation Indentation 'start' has incorrect indentation level 14, expected level should be 16. 161
 Warning indentation Indentation 'Bytes' has incorrect indentation level 14, expected level should be 16. 162
 Warning indentation Indentation 'Bytes' has incorrect indentation level 14, expected level should be 16. 164
 Warning indentation Indentation 'end' has incorrect indentation level 14, expected level should be 16. 165
 Warning indentation Indentation 'parent' has incorrect indentation level 14, expected level should be 16. 168
 Warning indentation Indentation 'while' has incorrect indentation level 9, expected level should be 8. 187
 Warning indentation Indentation 'try' has incorrect indentation level 11, expected level should be 10. 188
 Warning indentation Indentation 'Bytes' has incorrect indentation level 16, expected level should be 18. 204
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 9, expected level should be 8. 214

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMetaWithReplicas.java

Severity Category Rule Message Line
 Warning indentation Indentation 'object def' child has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 89
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 90
 Warning indentation Indentation 'replicaId' has incorrect indentation level 8, expected level should be 10. 94
 Warning indentation Indentation '30000' has incorrect indentation level 7, expected level should be 8. 169
 Warning indentation Indentation '30000' has incorrect indentation level 9, expected level should be 10. 188

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java

Severity Category Rule Message Line
 Warning indentation Indentation 'UTIL' has incorrect indentation level 8, expected level should be 10. 334
 Warning indentation Indentation 'ConnectionUtils' has incorrect indentation level 6, expected level should be 8. 505

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultipleTimestamps.java

Severity Category Rule Message Line
 Warning indentation Indentation 'IOException' has incorrect indentation level 2, expected level should be 6. 165
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 434
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 449
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 469
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 491
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 510
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 524

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestReplicaWithCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'qual' has incorrect indentation level 8, expected level should be 10. 328
 Warning indentation Indentation 'conn' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 341
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 12, expected level should be 14. 344

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestReplicasClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getRS' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'AdminProtos' has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'getRS' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'start' has incorrect indentation level 8, expected level should be 10. 693
 Warning indentation Indentation 'NUMCOLS' has incorrect indentation level 8, expected level should be 10. 699
 Warning indentation Indentation 'start' has incorrect indentation level 8, expected level should be 10. 709
 Warning indentation Indentation 'NUMROWS' has incorrect indentation level 8, expected level should be 10. 716
 Warning indentation Indentation 'start' has incorrect indentation level 8, expected level should be 10. 723
 Warning indentation Indentation 'NUMROWS' has incorrect indentation level 8, expected level should be 10. 732
 Warning indentation Indentation 'rowCount' has incorrect indentation level 6, expected level should be 8. 790
 Warning indentation Indentation 'cellCount' has incorrect indentation level 6, expected level should be 8. 792

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestResultSizeEstimation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 113

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestRpcControllerFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ProtobufCoprocessorService' has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'StaticRpcControllerFactory' has incorrect indentation level 6, expected level should be 8. 125

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestScannerTimeout.java

Severity Category Rule Message Line
 Warning indentation Indentation 'for' has incorrect indentation level 5, expected level should be 4. 72
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 106

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestScannersFromClientSide.java

Severity Category Rule Message Line
 Warning indentation Indentation 'clientScanner' has incorrect indentation level 6, expected level should be 8. 226
 Warning indentation Indentation 'expectedRowCount' has incorrect indentation level 6, expected level should be 8. 302
 Warning indentation Indentation 'expectedCellCount' has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 389
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 390
 Warning indentation Indentation '"Testing offset + setMaxResultsPerCF"' has incorrect indentation level 6, expected level should be 8. 532
 Warning indentation Indentation '"Testing offset + multiple CFs + maxResults"' has incorrect indentation level 7, expected level should be 8. 570
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 611
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 8, expected level should be 10. 619
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 10, expected level should be 12. 640

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotCloneIndependence.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'snapshotNameAsString' has incorrect indentation level 8, expected level should be 10. 225
 Warning indentation Indentation '"The line counts of original and cloned tables do not match after clone. "' has incorrect indentation level 10, expected level should be 12. 237
 Warning indentation Indentation 'origTableRowCount' has incorrect indentation level 10, expected level should be 12. 238
 Warning indentation Indentation 'origTableRowCount' has incorrect indentation level 10, expected level should be 12. 249
 Warning indentation Indentation '"The row count of the cloned table changed as a result of addition to the original"' has incorrect indentation level 10, expected level should be 12. 251
 Warning indentation Indentation 'clonedTableRowCount' has incorrect indentation level 10, expected level should be 12. 252
 Warning indentation Indentation '"The row count of the original table was modified by the put to the clone"' has incorrect indentation level 10, expected level should be 12. 260
 Warning indentation Indentation 'origTableRowCount' has incorrect indentation level 10, expected level should be 12. 261
 Warning indentation Indentation 'clonedTableRowCount' has incorrect indentation level 10, expected level should be 12. 263
 Warning indentation Indentation 'snapshotNameAsString' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation '"The number of regions in the cloned table is different than in the original table."' has incorrect indentation level 6, expected level should be 8. 309
 Warning indentation Indentation 'originalRegionCount' has incorrect indentation level 6, expected level should be 8. 310
 Warning indentation Indentation '"The number of regions in the cloned table changed though none of its regions were split."' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation 'cloneTableRegionCount' has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation 'snapshotNameAsString' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'originalTableDescriptor' has incorrect indentation level 6, expected level should be 8. 372
 Warning indentation Indentation 'clonedTableDescriptor' has incorrect indentation level 6, expected level should be 8. 374
 Warning indentation Indentation 'originalTableDescriptor' has incorrect indentation level 6, expected level should be 8. 377
 Warning indentation Indentation '!' has incorrect indentation level 6, expected level should be 8. 379

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotFromClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 192
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 210
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 216
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'admin' has incorrect indentation level 6, expected level should be 8. 226
 Warning indentation Indentation 'try' has incorrect indentation level 4, expected level should be 6. 243
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 244
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 8. 246
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 4, expected level should be 6. 248
 Warning indentation Indentation 'catch' child has incorrect indentation level 6, expected level should be 8. 249
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 272
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 286
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation 'rootDir' has incorrect indentation level 6, expected level should be 8. 298

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotMetadata.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'familiesList' has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation 'originalTableDescription' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'cloneHtd' has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation 'familiesWithDataList' has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation 'admin' has incorrect indentation level 8, expected level should be 10. 300

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestTableSnapshotScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'snapshotName' has incorrect indentation level 8, expected level should be 10. 142
 Warning indentation Indentation 'while' child has incorrect indentation level 5, expected level should be 6. 181

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestTimestampsFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 319
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 338
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 374

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/codec/CodecPerformance.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 70
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 77
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 84
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 106

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/codec/TestCellMessageCodec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 74

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/constraint/TestConstraint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 230
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 231

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 48

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointNullResponse.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 52

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointWithErrors.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 53

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/SampleRegionWALObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 46
 Warning indentation Indentation '".isPreWALRestoreCalled is called."' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation '".isPostWALRestoreCalled is called."' has incorrect indentation level 6, expected level should be 8. 203

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestBigDecimalColumnInterpreter.java

Severity Category Rule Message Line
 Warning indentation Indentation '"org.apache.hadoop.hbase.coprocessor.AggregateImplementation"' has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 224
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 249
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 286
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 302
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 340
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 359
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 375
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 410
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 426
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 437
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 450
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 462
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 480
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 497
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 515
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 542
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 555
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 565
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 583
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 600
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 618
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 635
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 650
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 663
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 676
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 694

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 2, expected level should be one of the following: 6, 10. 75
 Warning indentation Indentation '"public class "' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'jarFile1' has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 127
 Warning indentation Indentation 'jarFile2' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 136
 Warning indentation Indentation '"|"' has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation '"|"' has incorrect indentation level 6, expected level should be 8. 147
 Warning indentation Indentation 'CoprocessorClassLoader' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation 'CoprocessorClassLoader' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation '" of external jar files"' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation '2' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'CoprocessorClassLoader' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 209
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 210
 Warning indentation Indentation 'externalClassLoaders' has incorrect indentation level 8, expected level should be 10. 211
 Warning indentation Indentation 'Coprocessor' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'Coprocessor' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'cp' has incorrect indentation level 12, expected level should be 14. 267
 Warning indentation Indentation 'outerJarFile' has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 390
 Warning indentation Indentation 'outerJarFile' has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 394
 Warning indentation Indentation '"|"' has incorrect indentation level 6, expected level should be 8. 402
 Warning indentation Indentation '"|"' has incorrect indentation level 6, expected level should be 8. 405

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SystemCoprocessor' has incorrect indentation level 6, expected level should be 8. 54
 Warning indentation Indentation 'SystemCoprocessor' has incorrect indentation level 6, expected level should be 8. 56
 Warning indentation Indentation 'SystemCoprocessor' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation 'systemCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'CoprocessorHost' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'tableCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'CoprocessorHost' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'CoprocessorHost' has incorrect indentation level 6, expected level should be 8. 112
 Warning indentation Indentation 'systemCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'CoprocessorHost' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'systemCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'CoprocessorHost' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'systemCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation 'tableCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'systemCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'tableCoprocessorLoaded' has incorrect indentation level 6, expected level should be 8. 169

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 118
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 124
 Warning indentation Indentation 'ColumnAggregationProtos' has incorrect indentation level 12, expected level should be 14. 128
 Warning indentation Indentation 'ROWS' has incorrect indentation level 6, expected level should be 8. 143

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 292
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 369
 Warning indentation Indentation 'findCoprocessor' has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 493

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorStop.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FooCoprocessor' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'FooCoprocessor' has incorrect indentation level 6, expected level should be 8. 96

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorTableEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 107
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 112
 Warning indentation Indentation 'ColumnAggregationProtos' has incorrect indentation level 10, expected level should be 12. 116
 Warning indentation Indentation 'ROWS' has incorrect indentation level 8, expected level should be 10. 154

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestDoubleColumnInterpreter.java

Severity Category Rule Message Line
 Warning indentation Indentation '"org.apache.hadoop.hbase.coprocessor.AggregateImplementation"' has incorrect indentation level 6, expected level should be 8. 79

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestHTableWrapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'putC' has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'putC' has incorrect indentation level 6, expected level should be 8. 247

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 95
 Warning indentation Indentation '"unittest"' has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 179
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 180
 Warning indentation Indentation 'contains' has incorrect indentation level 6, expected level should be 8. 201

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.java

Severity Category Rule Message Line
 Warning indentation Indentation '"unittest"' has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 164
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 165

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestMasterObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 568
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 578
 Warning indentation Indentation '"org.apache.hadoop.hbase.master.cleaner.HFileLinkCleaner,"' has incorrect indentation level 6, expected level should be 8. 1181
 Warning indentation Indentation '"org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner"' has incorrect indentation level 6, expected level should be 8. 1182
 Warning indentation Indentation '"org.apache.hadoop.hbase.master.snapshot.SnapshotLogCleaner"' has incorrect indentation level 6, expected level should be 8. 1184
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1246
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1256
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1268
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1273
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1280
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1315
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1406
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1409
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1414
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1419
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1421
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1430
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1432
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1436
 Warning indentation Indentation 'cp' has incorrect indentation level 8, expected level should be 10. 1578
 Warning indentation Indentation 'mgr' has incorrect indentation level 8, expected level should be 10. 1591
 Warning indentation Indentation 'mgr' has incorrect indentation level 6, expected level should be 8. 1628
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1649
 Warning indentation Indentation 'cp' has incorrect indentation level 6, expected level should be 8. 1665

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 126
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 75, 77. 138
 Warning indentation Indentation '"hadDelete"' has incorrect indentation level 6, expected level should be 10. 153
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 154
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 156
 Warning indentation Indentation '"hadPreBatchMutate"' has incorrect indentation level 8, expected level should be 10. 166
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 167
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 169
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 186
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 188
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 189
 Warning indentation Indentation '"hadDeleted"' has incorrect indentation level 6, expected level should be 10. 207
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 210
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 229
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 237
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 259
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 266
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 288
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 295
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 314
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 322
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 569
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 584
 Warning indentation Indentation '"hadPreBatchMutate"' has incorrect indentation level 8, expected level should be 10. 614
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 615
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 616
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 617
 Warning indentation Indentation '"hadPreBatchMutate"' has incorrect indentation level 8, expected level should be 10. 664
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 665
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 666
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 10, expected level should be 6. 667

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Got an unexpected number of rows - no data should be returned with the NoDataFromScan coprocessor. Found: "' has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation '"Got an unexpected number of rows - no data should be returned with the NoDataFromScan coprocessor. Found: "' has incorrect indentation level 6, expected level should be 8. 210
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 260
 Warning indentation Indentation '"Got an unexpected number of rows - no data should be returned with the NoDataFromScan coprocessor. Found: "' has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation '"Got an unexpected number of rows - no data should be returned with the NoDataFromScan coprocessor Found: "' has incorrect indentation level 6, expected level should be 8. 299

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 47
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 122

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'DummyRegionServerEndpoint' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'DummyRegionServerEndpointProtos' has incorrect indentation level 6, expected level should be 8. 76

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FailedInitializationObserver' has incorrect indentation level 8, expected level should be 10. 71
 Warning indentation Indentation 'CoprocessorHost' has incorrect indentation level 8, expected level should be 10. 73
 Warning indentation Indentation '"zk node to be deleted."' has incorrect indentation level 12, expected level should be 14. 129

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RegionServerObserver' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'regionB' has incorrect indentation level 8, expected level should be 10. 158
 Warning indentation Indentation 'regionA' has incorrect indentation level 8, expected level should be 10. 159

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 298

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestWALObserver.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 428
 Warning indentation Indentation 'hbaseRootDir' has incorrect indentation level 6, expected level should be 8. 516

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 225
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 521
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 523
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 724
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 830
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1116
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1177
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1178
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1179
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1180
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1181
 Warning indentation Indentation 'internal_static_SumRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1224
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1226
 Warning indentation Indentation 'internal_static_SumResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1229
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1231
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1243
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1244
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1245
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1246
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1247
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1248
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1251
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1271

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationWithErrorsProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 225
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 521
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 523
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 724
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 830
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1116
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1177
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1178
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1179
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1180
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1181
 Warning indentation Indentation 'internal_static_SumRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1224
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1226
 Warning indentation Indentation 'internal_static_SumResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1229
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1231
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1243
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1244
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1245
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1246
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1247
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1248
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1249
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1252
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1272

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationWithNullResponseProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 225
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 521
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 523
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 720
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 826
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1108
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1169
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1170
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1171
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1172
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1173
 Warning indentation Indentation 'internal_static_SumRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1216
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1218
 Warning indentation Indentation 'internal_static_SumResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1221
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1223
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1235
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1236
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1237
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1238
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1239
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1240
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1241
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1244
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1264

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/DummyRegionServerEndpointProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 141
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 556
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 662
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 825
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 826
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 827
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 849
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 991
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1052
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1053
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1054
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1055
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1056
 Warning indentation Indentation 'internal_static_DummyRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 1099
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1101
 Warning indentation Indentation 'internal_static_DummyResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1104
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1106
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1118
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1119
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1120
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1121
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1122
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1125
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1145

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/IncrementCounterProcessorTestProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 229
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 344
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 493
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 494
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 729
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 835
 Warning indentation Indentation 'getResultList' has incorrect indentation level 4, expected level should be 8. 1024
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1288
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1409
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1576
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1577
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1578
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1612
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1613
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1614
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 1635
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1669
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1670
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1671
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1682
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1683
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1684
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1714
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1715
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1716
 Warning indentation Indentation 'getResultList' has incorrect indentation level 4, expected level should be 8. 1741
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1938
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2041
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 9, expected level should be 8. 2167
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2202
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2203
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2215
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2216
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2246
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2247
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2248
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2483
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2598
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2747
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2748
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2749
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2783
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2784
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 2785
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2941
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3038
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3324
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3430
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3567
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3568
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3724
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3821
 Warning indentation Indentation 'internal_static_IncCounterProcessorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 3933
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3935
 Warning indentation Indentation 'internal_static_IncCounterProcessorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 3938
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3940
 Warning indentation Indentation 'internal_static_FriendsOfFriendsProcessorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 3943
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3945
 Warning indentation Indentation 'internal_static_FriendsOfFriendsProcessorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 3948
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3950
 Warning indentation Indentation 'internal_static_RowSwapProcessorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 3953
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3955
 Warning indentation Indentation 'internal_static_RowSwapProcessorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 3958
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3960
 Warning indentation Indentation 'internal_static_TimeoutProcessorRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 3963
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3965
 Warning indentation Indentation 'internal_static_TimeoutProcessorResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 3968
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 3970
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3982
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3983
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3984
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3985
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3986
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3987
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3988
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3989
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3990
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3992
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3993
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 3994
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 3997
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4053

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/PingProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 141
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 556
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 662
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 825
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 826
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 827
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 849
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 996
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1093
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1379
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1485
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1821
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1927
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2263
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2369
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 2733
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 2839
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 2998
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 2999
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3000
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3020
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3021
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3022
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3242
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3348
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3508
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3509
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 3529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 3530
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 3531
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 3678
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 3775
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 4016
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 4113
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4469
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4474
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4479
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4484
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 4489
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4566
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4567
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4568
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4569
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4570
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4581
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4582
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4583
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4584
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4585
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4596
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4597
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4598
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4599
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4600
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4611
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4612
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4613
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4614
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4615
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 4626
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 4627
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 4628
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 4629
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 4630
 Warning indentation Indentation 'internal_static_PingRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4741
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4743
 Warning indentation Indentation 'internal_static_PingResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4746
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4748
 Warning indentation Indentation 'internal_static_CountRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4751
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4753
 Warning indentation Indentation 'internal_static_CountResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4756
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4758
 Warning indentation Indentation 'internal_static_IncrementCountRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4761
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4763
 Warning indentation Indentation 'internal_static_IncrementCountResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4766
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4768
 Warning indentation Indentation 'internal_static_HelloRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4771
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4773
 Warning indentation Indentation 'internal_static_HelloResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4776
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4778
 Warning indentation Indentation 'internal_static_NoopRequest_descriptor' has incorrect indentation level 4, expected level should be 6. 4781
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4783
 Warning indentation Indentation 'internal_static_NoopResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 4786
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 4788
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4800
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4801
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4802
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4803
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4804
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4805
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4806
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4807
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4808
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4810
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4811
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4812
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 4813
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 4816
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4884

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/executor/TestExecutorService.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ExecutorType' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'executorService' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 72
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 114
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'Thread' has incorrect indentation level 8, expected level should be 10. 161

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPaginationFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def lcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getDataTestDir' has incorrect indentation level 6, expected level should be 8. 61
 Warning indentation Indentation 'getDataTestDir' has incorrect indentation level 6, expected level should be 8. 124

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 100

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestComparatorSerialization.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 40
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 46
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 48
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 54
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 56
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 63
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 71
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 85

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestDependentColumnFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 249
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 254
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 272

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 882
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 883
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 884
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 886
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 887
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 888
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 891
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 892
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 893
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 895
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 896
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 897
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 900
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 901
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 902
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 904
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 905
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 906
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 911
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 912
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 914
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 915
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 916
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 920
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 921
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 922
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 924
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 925
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 926
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 930
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 931
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 932
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 934
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 935
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 936
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 940
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 943
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 945
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 971
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 977
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 979
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 980
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 982
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1008
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1010
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1617
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1639
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1660
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1691
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1821
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1822
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1823
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1824
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1825
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1828
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1844
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1860
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1883
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1887
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1888
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1889
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1893
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1894
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1895
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1898
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1899
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1900
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1903
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1904
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1905
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1906
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1909
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1910
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1911
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1912
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1913
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 2016
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 2040
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 2043

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilterList.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 160
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 183
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 234
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 244
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 254
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 337

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilterSerialization.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 45
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 52
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 60
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 65
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 86
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 136
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 195
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 212
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 231
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 246
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 248
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 255
 Warning indentation Indentation 'CompareFilter' has incorrect indentation level 6, expected level should be 8. 256
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 272
 Warning indentation Indentation 'CompareFilter' has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 282
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 297
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 305
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 311
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 313
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 335

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'FuzzyRowFilter' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 282
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 283
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 284
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 286
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 296
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 297
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 298
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 300
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 303
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 305
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 307
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 310
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 311
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 312
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 313
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 316
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 318
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 324
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 325
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 330
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 332
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 339
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 343
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 349
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 350
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 351
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 353
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 356
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 357
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 358
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 360
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 364
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 365
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 366
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 367
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 371
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 372
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 374
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 378
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 379
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 380
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 385
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 388
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 393
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 394
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 395
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 398
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 399
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 400

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestInclusiveStopFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 78

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestMultipleColumnPrefixFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'getDataTestDir' has incorrect indentation level 6, expected level should be 8. 64
 Warning indentation Indentation 'getDataTestDir' has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'getDataTestDir' has incorrect indentation level 6, expected level should be 8. 198

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestParseFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 212
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 282
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation '"('family', 'qualifier', >=, 'binary:a', true, false)"' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 316
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 334
 Warning indentation Indentation '"SingleColumnValueExcludeFilter ('family', 'qualifier', <, 'binaryprefix:a')"' has incorrect indentation level 6, expected level should be 8. 343
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 345
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 363
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation '"OR FamilyFilter (=, 'binary:qualifier') "' has incorrect indentation level 6, expected level should be 8. 415
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 417
 Warning indentation Indentation '"FirstKeyOnlyFilter() OR SKIP FamilyFilter(=, 'substring:hihi')"' has incorrect indentation level 6, expected level should be 8. 450
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 452
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 477
 Warning indentation Indentation '"FirstKeyOnlyFilter() OR SKIP FamilyFilter(=, 'substring:hihi')"' has incorrect indentation level 6, expected level should be 8. 484
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 486
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 506
 Warning indentation Indentation '" OR KeyOnlyFilter())"' has incorrect indentation level 6, expected level should be 8. 552
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation '"OR KeyOnlyFilter()"' has incorrect indentation level 6, expected level should be 8. 575
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 577
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 601
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 610
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 619
 Warning indentation Indentation 'doTestFilter' has incorrect indentation level 6, expected level should be 8. 640

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestPrefixFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 70
 Warning indentation Indentation 'filter' has incorrect indentation level 8, expected level should be 10. 74
 Warning indentation Indentation 'yahooSite' has incorrect indentation level 6, expected level should be 8. 80

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestRegexComparator.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 53
 Warning indentation Indentation 't' has incorrect indentation level 8, expected level should be 10. 55
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 63
 Warning indentation Indentation 't' has incorrect indentation level 8, expected level should be 10. 65

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestSingleColumnValueFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'FULLSTRING_1' has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 158
 Warning indentation Indentation 'FULLSTRING_1' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'FULLSTRING_1' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'filter' has incorrect indentation level 6, expected level should be 8. 184

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/HttpServerFunctionalTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 109

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestHtmlQuoting.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 75

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestHttpServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 293

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/conf/TestConfServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 85

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/lib/TestStaticUserWebFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ArgumentCaptor' has incorrect indentation level 6, expected level should be 8. 55

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/resource/JerseyResource.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rparen' has incorrect indentation level 6, expected level should be 2. 55

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/http/ssl/KeyStoreTestUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 94
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 109
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 121
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 143
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 153
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 160
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 161
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 170
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 198
 Warning indentation Indentation 'KeyStoreTestUtil' has incorrect indentation level 8, expected level should be 10. 214
 Warning indentation Indentation 'KeyStoreTestUtil' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'clientPassword' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation 'serverPassword' has incorrect indentation level 6, expected level should be 8. 234
 Warning indentation Indentation 'clientKS' has incorrect indentation level 6, expected level should be 8. 259
 Warning indentation Indentation 'serverKS' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'FileBasedKeyStoresFactory' has incorrect indentation level 8, expected level should be 10. 300
 Warning indentation Indentation 'FileBasedKeyStoresFactory' has incorrect indentation level 8, expected level should be 10. 304
 Warning indentation Indentation 'FileBasedKeyStoresFactory' has incorrect indentation level 8, expected level should be 10. 308
 Warning indentation Indentation 'keyPassword' has incorrect indentation level 8, expected level should be 10. 309
 Warning indentation Indentation 'FileBasedKeyStoresFactory' has incorrect indentation level 8, expected level should be 10. 313
 Warning indentation Indentation 'FileBasedKeyStoresFactory' has incorrect indentation level 8, expected level should be 10. 317
 Warning indentation Indentation 'trustPassword' has incorrect indentation level 8, expected level should be 10. 318
 Warning indentation Indentation 'FileBasedKeyStoresFactory' has incorrect indentation level 6, expected level should be 8. 321

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestHalfStoreFileReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cacheConf' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 159
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 4. 160
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 6. 161
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 176
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 4. 177
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 6. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 6. 180
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 6. 181
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 226

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestImmutableBytesWritable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 36
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 37
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 39
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 40
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 42
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 43
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 63
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 65
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 99
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation '"Comparing "' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'signum' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'expectedSignum' has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation '"Comparing "' has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation '-' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'expectedSignum' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation '"Comparing "' has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'signum' has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation '"Comparing "' has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation '-' has incorrect indentation level 6, expected level should be 8. 132

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestReference.java

Severity Category Rule Message Line
 Warning indentation Indentation 'File' has incorrect indentation level 6, expected level should be 8. 46
 Warning indentation Indentation '"a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c"' has incorrect indentation level 6, expected level should be 8. 47

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/encoding/TestChangingEncoding.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 178

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/encoding/TestEncodedSeekers.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'for' has incorrect indentation level 5, expected level should be 4. 141

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/encoding/TestPrefixTree.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cellScanner' has incorrect indentation level 10, expected level should be 12. 124

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/CacheTestUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 253

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestBlockCacheReporting.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 127
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 150

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheConfig.java

Severity Category Rule Message Line
 Warning indentation Indentation 'blocks' has incorrect indentation level 6, expected level should be 8. 343
 Warning indentation Indentation 'blocks' has incorrect indentation level 6, expected level should be 8. 344

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 276
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 6. 278
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 282
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 283
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 284
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 300
 Warning indentation Indentation 'false' has incorrect indentation level 8, expected level should be 10. 305
 Warning indentation Indentation 'shouldBeCached' has incorrect indentation level 8, expected level should be 10. 317
 Warning indentation Indentation 'block' has incorrect indentation level 10, expected level should be 12. 337

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCachedBlockQueue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cb4' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation 'cb8' has incorrect indentation level 6, expected level should be 8. 59
 Warning indentation Indentation 'cb4' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'cb8' has incorrect indentation level 6, expected level should be 8. 104

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestChecksum.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 60
 Warning indentation Indentation 'meta' has incorrect indentation level 11, expected level should be 12. 203
 Warning indentation Indentation 'byte' has incorrect indentation level 6, expected level should be 8. 289

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestForceCacheImportantBlocks.java

Severity Category Rule Message Line
 Warning indentation Indentation 'setCompressionType' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'setBloomFilterType' has incorrect indentation level 6, expected level should be 8. 110

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFile.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 4, expected level should be 6. 63
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 198
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 202
 Warning indentation Indentation 'Arrays' has incorrect indentation level 8, expected level should be 10. 203
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 8, expected level should be 10. 318
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 320

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileBlock.java

Severity Category Rule Message Line
 Warning indentation Indentation 'createTestV2Block' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'testBlockStr' has incorrect indentation level 6, expected level should be 8. 272
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 286
 Warning indentation Indentation 'meta' has incorrect indentation level 11, expected level should be 12. 298
 Warning indentation Indentation 'blockFromHFile' has incorrect indentation level 14, expected level should be 16. 425
 Warning indentation Indentation '.' has incorrect indentation level 16, expected level should be 18. 432
 Warning indentation Indentation 'packedHeapsize' has incorrect indentation level 16, expected level should be 18. 435
 Warning indentation Indentation '"Unexpected first byte with "' has incorrect indentation level 16, expected level should be 18. 441
 Warning indentation Indentation 'Long' has incorrect indentation level 16, expected level should be 18. 442
 Warning indentation Indentation '"Unexpected second byte with "' has incorrect indentation level 16, expected level should be 18. 444
 Warning indentation Indentation 'Long' has incorrect indentation level 16, expected level should be 18. 445
 Warning indentation Indentation '(' has incorrect indentation level 16, expected level should be 18. 461
 Warning indentation Indentation '"Serialization did not preserve block state. reuseBuffer="' has incorrect indentation level 16, expected level should be 18. 463
 Warning indentation Indentation 'blockFromHFile' has incorrect indentation level 16, expected level should be 18. 464
 Warning indentation Indentation 'blockUnpacked' has incorrect indentation level 18, expected level should be 20. 468
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 672
 Warning indentation Indentation '" blocks (with pread: "' has incorrect indentation level 8, expected level should be 10. 697
 Warning indentation Indentation '"specified: "' has incorrect indentation level 8, expected level should be 10. 698
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 743
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 744

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileBlockCompatibility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 1, expected level should be 2. 125
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 175
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 200
 Warning indentation Indentation 'algo' has incorrect indentation level 14, expected level should be 16. 326
 Warning indentation Indentation 'uncompressedBytesWithHeader' has incorrect indentation level 8, expected level should be 10. 549

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileEncryption.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 131
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 132
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 160
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 161
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'cryptoContext' has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 198
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 199
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 200
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 201
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 202
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 208
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 209
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 210

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileSeek.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 118
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 265

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileWriterV2.java

Severity Category Rule Message Line
 Warning indentation Indentation '"testMidKeyInHFile"' has incorrect indentation level 4, expected level should be 8. 88
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 241

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileWriterV3.java

Severity Category Rule Message Line
 Warning indentation Indentation '"testMidKeyInHFile"' has incorrect indentation level 4, expected level should be 8. 110
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 223
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 282

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestLazyDataBlockDecompression.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'FixedFileTrailer' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'fsdis' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'max' has incorrect indentation level 6, expected level should be 8. 124
 Warning indentation Indentation '"testCompressionIncreasesEffectiveBlockcacheSize"' has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 143
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation 'disabledBlockCache' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'disabledBlockCount' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'disabledBlockCache' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'enabledBlockCache' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation 'enabledBlockCount' has incorrect indentation level 6, expected level should be 8. 204
 Warning indentation Indentation 'block' has incorrect indentation level 10, expected level should be 12. 213
 Warning indentation Indentation 'candidatesFound' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'enabledBlockCount' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation '"disabledBlockCount="' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'enabledBlockCount' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'enabledEvictedCount' has incorrect indentation level 6, expected level should be 8. 226
 Warning indentation Indentation '"disabledEvictedCount="' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'enabledEvictedCount' has incorrect indentation level 6, expected level should be 8. 229

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestLruBlockCache.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 607

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java

Severity Category Rule Message Line
 Warning indentation Indentation 'storeFilePath' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 87
 Warning indentation Indentation 'null' has incorrect indentation level 8, expected level should be 10. 90
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 112

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestScannerSelectionUsingTTL.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 103

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestSeekTo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'reader' has incorrect indentation level 6, expected level should be 8. 268

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketWriterThread.java

Severity Category Rule Message Line
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 56
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'persistencePath' has incorrect indentation level 8, expected level should be 10. 59
 Warning indentation Indentation 'writeToCache' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'doReturn' has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation 'when' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 170

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 259

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestAsyncIPC.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 174
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 175
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 216

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestDelayedRpc.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TestDelayedRpcProtos' has incorrect indentation level 6, expected level should be 8. 84
 Warning indentation Indentation 'TestDelayedRpcProtos' has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'TestDelayedRpcProtos' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'TestDelayedRpcProtos' has incorrect indentation level 8, expected level should be 10. 181
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 209
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 226
 Warning indentation Indentation 'TestDelayedRpcProtos' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'User' has incorrect indentation level 8, expected level should be 10. 303
 Warning indentation Indentation 'TestDelayedRpcProtos' has incorrect indentation level 8, expected level should be 10. 305
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 342

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestProtoBufRpc.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 66
 Warning indentation Indentation 'TestRpcServiceProtos' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'User' has incorrect indentation level 8, expected level should be 10. 118
 Warning indentation Indentation 'TestRpcServiceProtos' has incorrect indentation level 8, expected level should be 10. 120
 Warning indentation Indentation 'TestProtos' has incorrect indentation level 8, expected level should be 10. 123

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'while' has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. 104
 Warning indentation Indentation 'while' child has incorrect indentation level 32, expected level should be one of the following: 18, 20, 22. 105
 Warning indentation Indentation 'while' child has incorrect indentation level 32, expected level should be one of the following: 18, 20, 22. 106
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. 107
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. 109
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. 111
 Warning indentation Indentation 'Message' has incorrect indentation level 6, expected level should be 8. 139

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/protobuf/generated/TestDelayedRpcProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 186
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 628
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 734
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 1020
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 1081
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 1082
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 1083
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 1084
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 1085
 Warning indentation Indentation 'internal_static_TestArg_descriptor' has incorrect indentation level 4, expected level should be 6. 1128
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1130
 Warning indentation Indentation 'internal_static_TestResponse_descriptor' has incorrect indentation level 4, expected level should be 6. 1133
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1135
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1147
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1148
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1149
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1150
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1151
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1154
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1174

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/protobuf/generated/TestProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 141
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 479
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 576
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 894
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1000
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1164
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1165
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1186
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1187
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 1411
 Warning indentation Indentation 'implements' has incorrect indentation level 7, expected level should be 8. 1517
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1680
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1681
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1682
 Warning indentation Indentation 'if' child has incorrect indentation level 4, expected level should be 10. 1702
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 2, expected level should be 8. 1703
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 8. 1704
 Warning indentation Indentation 'internal_static_EmptyRequestProto_descriptor' has incorrect indentation level 4, expected level should be 6. 1722
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1724
 Warning indentation Indentation 'internal_static_EmptyResponseProto_descriptor' has incorrect indentation level 4, expected level should be 6. 1727
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1729
 Warning indentation Indentation 'internal_static_EchoRequestProto_descriptor' has incorrect indentation level 4, expected level should be 6. 1732
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1734
 Warning indentation Indentation 'internal_static_EchoResponseProto_descriptor' has incorrect indentation level 4, expected level should be 6. 1737
 Warning indentation Indentation 'com' has incorrect indentation level 4, expected level should be 6. 1739
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1751
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1752
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1753
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 1754
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1757
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1789

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/protobuf/generated/TestRpcServiceProtos.java

Severity Category Rule Message Line
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 201
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 206
 Warning indentation Indentation 'com' has incorrect indentation level 12, expected level should be 14. 211
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 280
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 281
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 282
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 283
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 284
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 295
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 296
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 297
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 298
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 299
 Warning indentation Indentation 'getDescriptor' has incorrect indentation level 10, expected level should be 12. 310
 Warning indentation Indentation 'controller' has incorrect indentation level 10, expected level should be 12. 311
 Warning indentation Indentation 'request' has incorrect indentation level 10, expected level should be 12. 312
 Warning indentation Indentation 'org' has incorrect indentation level 10, expected level should be 12. 313
 Warning indentation Indentation 'com' has incorrect indentation level 10, expected level should be 12. 314
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 400
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 401
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 402
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 403
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 404
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 405
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. 406
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 409
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 417

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapred/TestRowCounter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 145
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 146
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 147
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 8, expected level should be 10. 148
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 149
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 150
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 151
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 154

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapred/TestTableInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 326
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 406

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapred/TestTableMapReduce.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 53
 Warning indentation Indentation 'OutputCollector' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation 'Reporter' has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 69
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 83
 Warning indentation Indentation 'ImmutableBytesWritable' has incorrect indentation level 8, expected level should be 10. 84
 Warning indentation Indentation 'IdentityTableReduce' has incorrect indentation level 8, expected level should be 10. 86

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapred/TestTableSnapshotInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 4, expected level should be 6. 56
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation 'COLUMNS' has incorrect indentation level 8, expected level should be 10. 109
 Warning indentation Indentation 'NullWritable' has incorrect indentation level 8, expected level should be 10. 110
 Warning indentation Indentation '"Snapshot job should be configured for default LruBlockCache."' has incorrect indentation level 8, expected level should be 10. 115
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 116
 Warning indentation Indentation 'job' has incorrect indentation level 8, expected level should be 10. 117
 Warning indentation Indentation '"Snapshot job should not use BucketCache."' has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation '0' has incorrect indentation level 8, expected level should be 10. 120
 Warning indentation Indentation 'util' has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'COLUMNS' has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation 'NullWritable' has incorrect indentation level 8, expected level should be 10. 164
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'numRegions' has incorrect indentation level 6, expected level should be 8. 216
 Warning indentation Indentation 'TestTableSnapshotInputFormat' has incorrect indentation level 8, expected level should be 10. 237
 Warning indentation Indentation 'TestTableSnapshotMapper' has incorrect indentation level 8, expected level should be 10. 240
 Warning indentation Indentation 'NullWritable' has incorrect indentation level 8, expected level should be 10. 241

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/NMapInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 4, expected level should be 6. 93

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 68
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 71
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 72
 Warning indentation Indentation 'expectedNumSplits' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'cell' has incorrect indentation level 8, expected level should be 10. 128
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 139
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 140
 Warning indentation Indentation 'Arrays' has incorrect indentation level 6, expected level should be 8. 162

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestCellCounter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 85
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 86
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 87
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 88
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 89
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 90
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 91
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 92
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 93
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 94
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 95
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 96
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 97
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 99
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 103
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 107
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 124
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 125
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 126
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 127
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 128
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 129
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 132
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 133
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 134
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 137
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 138
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 140
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 141
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 142
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 143
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 144
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 145
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 146
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 147
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 148
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 164
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 165
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 166
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 167
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 168
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 169
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 170
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 172
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 174
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 176
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 177
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 179
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 180
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 181
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 182
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 183
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 184
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 185
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 186
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 187
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 203
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 204
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 205
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 206
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 207
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 208
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 209
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 210
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 211
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 212
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 213
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 217
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 218
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 220
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 221
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 223

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestCopyTable.java

Severity Category Rule Message Line
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 160
 Warning indentation Indentation 'copy' has incorrect indentation level 6, expected level should be 8. 161

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 116
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 182
 Warning indentation Indentation 'util' has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 220
 Warning indentation Indentation 'util' has incorrect indentation level 6, expected level should be 8. 236
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 475
 Warning indentation Indentation 'getMockColumnFamiliesForBloomType' has incorrect indentation level 2, expected level should be 6. 617
 Warning indentation Indentation 'for rparen' has incorrect indentation level 10, expected level should be 6. 663
 Warning indentation Indentation 'getMockColumnFamiliesForBlockSize' has incorrect indentation level 2, expected level should be 6. 689
 Warning indentation Indentation '"(reader: "' has incorrect indentation level 10, expected level should be 12. 856
 Warning indentation Indentation 'hcd' has incorrect indentation level 10, expected level should be 12. 857
 Warning indentation Indentation '"(reader: "' has incorrect indentation level 10, expected level should be 12. 859

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 184
 Warning indentation Indentation 'util' has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 223
 Warning indentation Indentation 'job' has incorrect indentation level 6, expected level should be 8. 226
 Warning indentation Indentation 'util' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 547
 Warning indentation Indentation 'getMockColumnFamiliesForBloomType' has incorrect indentation level 2, expected level should be 6. 619
 Warning indentation Indentation 'for rparen' has incorrect indentation level 10, expected level should be 6. 665
 Warning indentation Indentation 'getMockColumnFamiliesForBlockSize' has incorrect indentation level 2, expected level should be 6. 691
 Warning indentation Indentation '"(reader: "' has incorrect indentation level 10, expected level should be 12. 858
 Warning indentation Indentation 'hcd' has incorrect indentation level 10, expected level should be 12. 859
 Warning indentation Indentation '"(reader: "' has incorrect indentation level 10, expected level should be 12. 861
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 8, expected level should be 10. 917
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 8, expected level should be 10. 988

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHRegionPartitioner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 4, expected level should be 8. 56

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 248
 Warning indentation Indentation 'getCount' has incorrect indentation level 6, expected level should be 8. 466

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTsv.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 141
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 288
 Warning indentation Indentation 'String' has incorrect indentation level 8, expected level should be 10. 399
 Warning indentation Indentation 'String' has incorrect indentation level 10, expected level should be 12. 405
 Warning indentation Indentation 'hfile' has incorrect indentation level 10, expected level should be 12. 406

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestJarFinder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 128

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFiles.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LoadIncrementalHFiles' has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'MAX_FILES_PER_REGION_PER_FAMILY' has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 107
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 120
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 132
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 144
 Warning indentation Indentation 'file' has incorrect indentation level 10, expected level should be 12. 271
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 505
 Warning indentation Indentation 'QUALIFIER' has incorrect indentation level 6, expected level should be 8. 532

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 126
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 175
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 313
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 326
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 497
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 529

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesUseSecurityEndPoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MAX_FILES_PER_REGION_PER_FAMILY' has incorrect indentation level 6, expected level should be 8. 33
 Warning indentation Indentation '"org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint"' has incorrect indentation level 6, expected level should be 8. 35

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestMultithreadedTableMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 91
 Warning indentation Indentation 'cf' has incorrect indentation level 6, expected level should be 10. 108

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestSecureLoadIncrementalHFiles.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HadoopSecurityEnabledUserProviderForTesting' has incorrect indentation level 6, expected level should be 8. 48

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestSecureLoadIncrementalHFilesSplitRecovery.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HadoopSecurityEnabledUserProviderForTesting' has incorrect indentation level 6, expected level should be 8. 53

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestSimpleTotalOrderPartitioner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 45
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 73

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 352
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 362
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 416

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScan1.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 46
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 59
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 72
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 85
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 98
 Warning indentation Indentation 'ClassNotFoundException' has incorrect indentation level 2, expected level should be 6. 133

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScan2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 43
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 56
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 69
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 82
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 95
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 108
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 114

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScanBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 103
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 116
 Warning indentation Indentation 'cf' has incorrect indentation level 8, expected level should be 10. 121
 Warning indentation Indentation '", value -> "' has incorrect indentation level 8, expected level should be 10. 128
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 138
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 146
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 151
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 159
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 183
 Warning indentation Indentation '"To"' has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 220
 Warning indentation Indentation '"To"' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 238
 Warning indentation Indentation 'ImmutableBytesWritable' has incorrect indentation level 6, expected level should be 8. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 283

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableMapReduce.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Context' has incorrect indentation level 6, expected level should be 8. 70
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 71
 Warning indentation Indentation 'cf' has incorrect indentation level 8, expected level should be 10. 76
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'ProcessContentsMapper' has incorrect indentation level 8, expected level should be 10. 103
 Warning indentation Indentation 'Put' has incorrect indentation level 8, expected level should be 10. 104
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 106
 Warning indentation Indentation 'IdentityTableReducer' has incorrect indentation level 8, expected level should be 10. 107
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 123

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableMapReduceBase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cf' has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'for' has incorrect indentation level 9, expected level should be 8. 186

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableSnapshotInputFormat.java

Severity Category Rule Message Line
 Warning indentation Indentation 'tsif' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'tsif' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'tsif' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'extends' has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation 'extends' has incorrect indentation level 4, expected level should be 6. 128
 Warning indentation Indentation 'Context' has incorrect indentation level 7, expected level should be 8. 133
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 156
 Warning indentation Indentation 'NullWritable' has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation '"Snapshot job should be configured for default LruBlockCache."' has incorrect indentation level 8, expected level should be 10. 162
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 163
 Warning indentation Indentation 'job' has incorrect indentation level 8, expected level should be 10. 164
 Warning indentation Indentation '"Snapshot job should not use BucketCache."' has incorrect indentation level 8, expected level should be 10. 166
 Warning indentation Indentation '0' has incorrect indentation level 8, expected level should be 10. 167
 Warning indentation Indentation 'util' has incorrect indentation level 8, expected level should be 10. 181
 Warning indentation Indentation 'numRegions' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'TestTableSnapshotInputFormat' has incorrect indentation level 8, expected level should be 10. 264
 Warning indentation Indentation 'scan' has incorrect indentation level 8, expected level should be 10. 267
 Warning indentation Indentation 'NullWritable' has incorrect indentation level 8, expected level should be 10. 268

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTimeRangeMapRed.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 62
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 105
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 106
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 114
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 148
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 169
 Warning indentation Indentation 'scan' has incorrect indentation level 8, expected level should be 10. 181
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 190
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 206

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TsvImporterCustomTestMapper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 58

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 0, expected level should be 4. 125
 Warning indentation Indentation 'ClientProtos' has incorrect indentation level 0, expected level should be 4. 126
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 139
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 145
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 181
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 362

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/Mocking.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 55
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 66
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 91

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestActiveMasterManager.java

Severity Category Rule Message Line
 Warning indentation Indentation '"testActiveMasterManagerFromZK"' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'dummyMaster' has incorrect indentation level 6, expected level should be 8. 83
 Warning indentation Indentation 'dummyMaster' has incorrect indentation level 6, expected level should be 8. 85
 Warning indentation Indentation 'secondDummyMaster' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation '"testActiveMasterManagerFromZK"' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'ms1' has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'ms1' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 198

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentListener.java

Severity Category Rule Message Line
 Warning indentation Indentation 'regions' has incorrect indentation level 8, expected level should be 10. 246

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation 'setUpMockedAssignmentManager' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 8, expected level should be 10. 250
 Warning indentation Indentation 'setUpMockedAssignmentManager' has incorrect indentation level 6, expected level should be 8. 281
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 8, expected level should be 10. 299
 Warning indentation Indentation 'setUpMockedAssignmentManager' has incorrect indentation level 6, expected level should be 8. 331
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 8, expected level should be 10. 349
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 405
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 421
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 8, expected level should be 10. 431
 Warning indentation Indentation 'CoordinatedStateException' has incorrect indentation level 4, expected level should be 6. 498
 Warning indentation Indentation 'CoordinatedStateException' has incorrect indentation level 4, expected level should be 6. 521
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'REGIONINFO' has incorrect indentation level 6, expected level should be 8. 535
 Warning indentation Indentation 'Table' has incorrect indentation level 6, expected level should be 8. 537
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 578
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 585
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 588
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 629
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 645
 Warning indentation Indentation 'thenAnswer' has incorrect indentation level 6, expected level should be 8. 646
 Warning indentation Indentation 'HConnectionTestingUtility' has incorrect indentation level 6, expected level should be 8. 660
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 729
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 746
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 766
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 797
 Warning indentation Indentation 'LoadBalancer' has incorrect indentation level 6, expected level should be 8. 798
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 800
 Warning indentation Indentation 'REGIONINFO' has incorrect indentation level 8, expected level should be 10. 816
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 895
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 914
 Warning indentation Indentation 'HTU' has incorrect indentation level 6, expected level should be 8. 952
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 970
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 982
 Warning indentation Indentation 'LoadBalancer' has incorrect indentation level 8, expected level should be 10. 983
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 985
 Warning indentation Indentation 'HTU' has incorrect indentation level 6, expected level should be 8. 1006
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 1021
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 1033
 Warning indentation Indentation 'HTU' has incorrect indentation level 6, expected level should be 8. 1055
 Warning indentation Indentation 'Table' has incorrect indentation level 8, expected level should be 10. 1071
 Warning indentation Indentation 'am' has incorrect indentation level 8, expected level should be 10. 1074
 Warning indentation Indentation 'setUpMockedAssignmentManager' has incorrect indentation level 6, expected level should be 8. 1089
 Warning indentation Indentation 'State' has incorrect indentation level 6, expected level should be 8. 1092
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 1097
 Warning indentation Indentation 'Table' has incorrect indentation level 6, expected level should be 8. 1099
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1158
 Warning indentation Indentation 'RegionTransition' has incorrect indentation level 6, expected level should be 8. 1160
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1177
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 1208
 Warning indentation Indentation 'getMockedConnectionAndDecorate' has incorrect indentation level 6, expected level should be 8. 1242
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 1255
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 1394
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 1397
 Warning indentation Indentation 'RegionState' has incorrect indentation level 8, expected level should be 10. 1405
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 1427
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 1431
 Warning indentation Indentation 'rt' has incorrect indentation level 10, expected level should be 12. 1438
 Warning indentation Indentation 'am' has incorrect indentation level 8, expected level should be 10. 1449
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 10, expected level should be 12. 1456
 Warning indentation Indentation 'balancer' has incorrect indentation level 6, expected level should be 8. 1473
 Warning indentation Indentation 'regionStates' has incorrect indentation level 6, expected level should be 8. 1483
 Warning indentation Indentation 'server' has incorrect indentation level 6, expected level should be 8. 1501
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 1504
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1508

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManagerOnCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MyLoadBalancer' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation 'MyRegionObserver' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 145
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 150
 Warning indentation Indentation 'metaServerName' has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 174
 Warning indentation Indentation 'metaState' has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 197
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 216
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 237
 Warning indentation Indentation 'ServerName' has incorrect indentation level 8, expected level should be 10. 241
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 293
 Warning indentation Indentation 'destServer' has incorrect indentation level 8, expected level should be 10. 314
 Warning indentation Indentation 'EventType' has incorrect indentation level 8, expected level should be 10. 315
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 325
 Warning indentation Indentation 'getMaster' has incorrect indentation level 8, expected level should be 10. 357
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 8, expected level should be 10. 397
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 407
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 409
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 421
 Warning indentation Indentation '&&' has incorrect indentation level 8, expected level should be 10. 457
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 463
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 471
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 490
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 518
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 546
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 567
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 592
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 613
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 633
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 655
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 683
 Warning indentation Indentation 'System' has incorrect indentation level 12, expected level should be 14. 721
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 753
 Warning indentation Indentation 'AssignmentManager' has incorrect indentation level 8, expected level should be 10. 770
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 786
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 807
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 10, expected level should be 12. 820
 Warning indentation Indentation 'oldServerName' has incorrect indentation level 8, expected level should be 10. 846
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 859
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 882
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 895
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 910
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 931
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 957
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 998
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 1008
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 1024
 Warning indentation Indentation 'getRegionStates' has incorrect indentation level 8, expected level should be 10. 1053
 Warning indentation Indentation 'rs' has incorrect indentation level 8, expected level should be 10. 1104
 Warning indentation Indentation 'desc' has incorrect indentation level 8, expected level should be 10. 1129
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 8, expected level should be 10. 1139
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 1155
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 1321
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 1344

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 108
 Warning indentation Indentation 'Mockito' has incorrect indentation level 8, expected level should be 10. 111
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 123
 Warning indentation Indentation 'Mockito' has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'throws' has incorrect indentation level 8, expected level should be 12. 347
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 492
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 495
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 498
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 8, expected level should be 10. 506
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 532
 Warning indentation Indentation '"testParentCleanedEvenIfDaughterGoneFirst"' has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 544
 Warning indentation Indentation '"testLastParentCleanedEvenIfDaughterGoneFirst"' has incorrect indentation level 6, expected level should be 8. 546
 Warning indentation Indentation 'final' has incorrect indentation level 2, expected level should be 6. 558
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 559
 Warning indentation Indentation 'lastEndKey' has incorrect indentation level 6, expected level should be 8. 571
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 578
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 582
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 584
 Warning indentation Indentation 'lastEndKey' has incorrect indentation level 6, expected level should be 8. 588
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 592
 Warning indentation Indentation 'lastEndKey' has incorrect indentation level 4, expected level should be 8. 594
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 599
 Warning indentation Indentation 'createReferences' has incorrect indentation level 6, expected level should be 8. 620
 Warning indentation Indentation 'createReferences' has incorrect indentation level 6, expected level should be 8. 636
 Warning indentation Indentation 'createReferences' has incorrect indentation level 6, expected level should be 8. 638
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 673
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 680
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 684
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 686
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 752
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 753
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 755
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 756
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 758
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 759
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 770
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 771
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 774
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 777
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 778
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 780
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 781
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 805
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 806
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 808
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 809
 Warning indentation Indentation 'tabledir' has incorrect indentation level 6, expected level should be 8. 851
 Warning indentation Indentation 'storeFiles' has incorrect indentation level 8, expected level should be 10. 864
 Warning indentation Indentation 'tabledir' has incorrect indentation level 6, expected level should be 8. 940
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 992
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1013
 Warning indentation Indentation 'htd' has incorrect indentation level 6, expected level should be 8. 1017
 Warning indentation Indentation 'top' has incorrect indentation level 6, expected level should be 8. 1019
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1030

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestClockSkewDetection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 45

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java

Severity Category Rule Message Line
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 8, expected level should be 10. 265
 Warning indentation Indentation 'zkw' has incorrect indentation level 10, expected level should be 12. 450
 Warning indentation Indentation 'zkw' has incorrect indentation level 10, expected level should be 12. 556
 Warning indentation Indentation 'zkw' has incorrect indentation level 10, expected level should be 12. 647
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 688
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 742
 Warning indentation Indentation 'zkw' has incorrect indentation level 10, expected level should be 12. 840
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 8, expected level should be 10. 853
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 8, expected level should be 10. 882
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 927
 Warning indentation Indentation '"No RegionInRecoveryException. Following exceptions returned="' has incorrect indentation level 8, expected level should be 10. 958
 Warning indentation Indentation 'foundRegionInRecoveryException' has incorrect indentation level 8, expected level should be 10. 959
 Warning indentation Indentation '"table"' has incorrect indentation level 6, expected level should be 8. 993
 Warning indentation Indentation 'zkw' has incorrect indentation level 10, expected level should be 12. 1076
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 7, expected level should be one of the following: 8, 10, 12. 1111
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 6, expected level should be 8. 1410
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 1445
 Warning indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 8. 1509
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1574
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1596
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1603
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 1709

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestGetLastFlushedSequenceId.java

Severity Category Rule Message Line
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'ids' has incorrect indentation level 6, expected level should be 8. 102

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestHMasterRPCException.java

Severity Category Rule Message Line
 Warning indentation Indentation '"org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet"' has incorrect indentation level 10, expected level should be 12. 106

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMaster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZooKeeperProtos' has incorrect indentation level 8, expected level should be 10. 87
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 154

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterFailover.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cluster' has incorrect indentation level 6, expected level should be 8. 420
 Warning indentation Indentation 'rst' has incorrect indentation level 8, expected level should be 10. 422
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 8. 433
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 532
 Warning indentation Indentation 'cluster' has incorrect indentation level 6, expected level should be 8. 586
 Warning indentation Indentation 'enabledAndAssignedRegions' has incorrect indentation level 6, expected level should be 8. 656
 Warning indentation Indentation 'disabledAndAssignedRegions' has incorrect indentation level 6, expected level should be 8. 658
 Warning indentation Indentation 'enabledAndOnDeadRegions' has incorrect indentation level 6, expected level should be 8. 660
 Warning indentation Indentation 'disabledAndOnDeadRegions' has incorrect indentation level 6, expected level should be 8. 662
 Warning indentation Indentation 'hrsDead' has incorrect indentation level 6, expected level should be 8. 755
 Warning indentation Indentation 'hrsDead' has incorrect indentation level 6, expected level should be 8. 772
 Warning indentation Indentation 'hrsDead' has incorrect indentation level 6, expected level should be 8. 793
 Warning indentation Indentation 'hrsDead' has incorrect indentation level 6, expected level should be 8. 812
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 823
 Warning indentation Indentation 'elapsed' has incorrect indentation level 6, expected level should be 8. 865
 Warning indentation Indentation 'onlineRegions' has incorrect indentation level 8, expected level should be 10. 894
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 914
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 926
 Warning indentation Indentation 'cluster' has incorrect indentation level 6, expected level should be 8. 962
 Warning indentation Indentation 'HBaseTestingUtility' has incorrect indentation level 6, expected level should be 8. 979
 Warning indentation Indentation 'rss' has incorrect indentation level 6, expected level should be 8. 1172
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 1213
 Warning indentation Indentation 'hriOnline' has incorrect indentation level 6, expected level should be 8. 1242
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1334
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1336
 Warning indentation Indentation 'metaServerName' has incorrect indentation level 6, expected level should be 8. 1339
 Warning indentation Indentation 'MetaTableLocator' has incorrect indentation level 6, expected level should be 8. 1350
 Warning indentation Indentation 'metaState' has incorrect indentation level 6, expected level should be 8. 1352
 Warning indentation Indentation 'metaState' has incorrect indentation level 6, expected level should be 8. 1354
 Warning indentation Indentation 'metaState' has incorrect indentation level 6, expected level should be 8. 1367
 Warning indentation Indentation 'metaState' has incorrect indentation level 6, expected level should be 8. 1369
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 1376
 Warning indentation Indentation 'metaState' has incorrect indentation level 6, expected level should be 8. 1399
 Warning indentation Indentation 'metaState' has incorrect indentation level 6, expected level should be 8. 1401
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 1408
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 1416
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 1429
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 6, expected level should be 8. 1430
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 1435

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterFileSystem.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 97

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterNoCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 113
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 114
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 127
 Warning indentation Indentation 'TESTUTIL' has incorrect indentation level 6, expected level should be 8. 129
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'rs0' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'TESTUTIL' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 185
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 197
 Warning indentation Indentation 'sendRegionClose' has incorrect indentation level 10, expected level should be 12. 203
 Warning indentation Indentation 'HRegionInfo' has incorrect indentation level 10, expected level should be 12. 245
 Warning indentation Indentation 'TESTUTIL' has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'InterruptedException' has incorrect indentation level 6, expected level should be 10. 275
 Warning indentation Indentation 'master' has incorrect indentation level 8, expected level should be 10. 315

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ADMIN' has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 8, expected level should be 10. 124
 Warning indentation Indentation 'ADMIN' has incorrect indentation level 8, expected level should be 10. 153
 Warning indentation Indentation 'ADMIN' has incorrect indentation level 8, expected level should be 10. 170
 Warning indentation Indentation 'ADMIN' has incorrect indentation level 8, expected level should be 10. 179
 Warning indentation Indentation 'ADMIN' has incorrect indentation level 8, expected level should be 10. 250
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 10, expected level should be 12. 261
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 10, expected level should be 12. 263
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 10, expected level should be 12. 265
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 308
 Warning indentation Indentation 'connection' has incorrect indentation level 6, expected level should be 8. 335

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterStatusServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 64
 Warning indentation Indentation 'Maps' has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'Maps' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 169

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterTransitions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 197
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 252
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 379

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestOpenedRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 136
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 154

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRegionPlacement.java

Severity Category Rule Message Line
 Warning indentation Indentation 'report' has incorrect indentation level 4, expected level should be 8. 171
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'plan' has incorrect indentation level 6, expected level should be 8. 305
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 337
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 358

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRestartCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 72
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'master' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'ServerManager' has incorrect indentation level 8, expected level should be 10. 204
 Warning indentation Indentation 'ServerManager' has incorrect indentation level 8, expected level should be 10. 214
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 242

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRollingRestart.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cluster' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 204
 Warning indentation Indentation 'HBaseTestingUtility' has incorrect indentation level 8, expected level should be 10. 248

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestSplitLogManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 650

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestTableLockManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 85
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation '"region got closed and the attempts got over before "' has incorrect indentation level 14, expected level should be 16. 351
 Warning indentation Indentation '"the region could have got reassigned."' has incorrect indentation level 14, expected level should be 16. 352

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestWarmupRegion.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 155
 Warning indentation Indentation 'for' has incorrect indentation level 5, expected level should be 4. 156
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 157
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 158
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 159
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 160
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 5, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 162

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestZKBasedOpenCloseRegion.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 8, expected level should be 10. 99
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 111
 Warning indentation Indentation 'cluster' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 8, expected level should be 10. 199
 Warning indentation Indentation 'regionServer' has incorrect indentation level 8, expected level should be 10. 221
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 231

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestBaseLoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'onlineServerSet' has incorrect indentation level 8, expected level should be 10. 375
 Warning indentation Indentation 'Lists' has incorrect indentation level 6, expected level should be 8. 456
 Warning indentation Indentation 'Lists' has incorrect indentation level 6, expected level should be 8. 458
 Warning indentation Indentation 'Lists' has incorrect indentation level 6, expected level should be 8. 460
 Warning indentation Indentation 'Lists' has incorrect indentation level 6, expected level should be 8. 462

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestFavoredNodeAssignmentHelper.java

Severity Category Rule Message Line
 Warning indentation Indentation 'primaryRSMapAndHelper' has incorrect indentation level 6, expected level should be 8. 146
 Warning indentation Indentation 'primaryRSMapAndHelper' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'primaryRSMapAndHelper' has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'primaryRSMapAndHelper' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'primaryRSMapAndHelper' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'secondaryAndTertiaryRSPlacementHelper' has incorrect indentation level 2, expected level should be 6. 264
 Warning indentation Indentation 'operator new lparen' has incorrect indentation level 19, expected level should be 4. 282

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestServerAndLoad.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 46

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'clusterState' has incorrect indentation level 6, expected level should be 8. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 2, expected level should be 4. 598

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestCleanerChore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 53

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestHFileCleaner.java

Severity Category Rule Message Line
 Warning indentation Indentation '"org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner"' has incorrect indentation level 6, expected level should be 8. 102

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestHFileLinkCleaner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 127

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestLogsCleaner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'URLEncoder' has incorrect indentation level 6, expected level should be 8. 84

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/cleaner/TestSnapshotFromMaster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 125
 Warning indentation Indentation 'UnknownSnapshotException' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'UnknownSnapshotException' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'UnknownSnapshotException' has incorrect indentation level 6, expected level should be 8. 192
 Warning indentation Indentation 'master' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation 'UnknownSnapshotException' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'master' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'files' has incorrect indentation level 8, expected level should be 10. 348
 Warning indentation Indentation 'files' has incorrect indentation level 6, expected level should be 8. 372

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/handler/TestCreateTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'desc' has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'regionStates' has incorrect indentation level 6, expected level should be 8. 131

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/handler/TestEnableTableHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MasterSyncObserver' has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 208
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 217
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 218
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 4, expected level should be 6. 223
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 224
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 241
 Warning indentation Indentation 'TableName' has incorrect indentation level 4, expected level should be 6. 246
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 247
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 251

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/MasterProcedureTestingUtility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 79
 Warning indentation Indentation 'master' has incorrect indentation level 6, expected level should be 8. 145
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 304

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestAddColumnFamilyProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'AddColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation 'AddColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 214
 Warning indentation Indentation 'AddColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 236
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 239

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestCreateTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 127
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 154
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 160
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 163
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 190
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 212
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 220

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestDeleteColumnFamilyProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'DeleteColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 204
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 207
 Warning indentation Indentation 'DeleteColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 230
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 251
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 259
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 260
 Warning indentation Indentation 'DeleteColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 282
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'DeleteColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 292
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 295

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestDeleteTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 137
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 192
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 201

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestDisableTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 115
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 147
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 172
 Warning indentation Indentation 'DisableTableState' has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 175

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestEnableTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 154
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 156
 Warning indentation Indentation 'EnableTableState' has incorrect indentation level 6, expected level should be 8. 157
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation 'EnableTableState' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 186

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestMasterFailoverWithProcedures.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 172
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 210
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 214
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation 'DisableTableState' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'getMasterProcedureExecutor' has incorrect indentation level 6, expected level should be 8. 300
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 307
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 311
 Warning indentation Indentation 'EnableTableState' has incorrect indentation level 6, expected level should be 8. 325
 Warning indentation Indentation 'getMasterProcedureExecutor' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 348
 Warning indentation Indentation 'testUtil' has incorrect indentation level 6, expected level should be 8. 357

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestMasterProcedureQueue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TableProcedureInterface' has incorrect indentation level 10, expected level should be 12. 82
 Warning indentation Indentation 'TableProcedureInterface' has incorrect indentation level 10, expected level should be 12. 252
 Warning indentation Indentation 'concurrentTables' has incorrect indentation level 18, expected level should be 20. 278
 Warning indentation Indentation 'concurrent' has incorrect indentation level 18, expected level should be 20. 286
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 327

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestModifyColumnFamilyProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation 'ModifyColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'ModifyColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 229
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 230
 Warning indentation Indentation 'ModifyColumnFamilyState' has incorrect indentation level 6, expected level should be 8. 231

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestModifyTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 234
 Warning indentation Indentation 'ModifyTableState' has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 244
 Warning indentation Indentation 'ModifyTableState' has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 312
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 313
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation 'ModifyTableState' has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 349
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 350
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 351
 Warning indentation Indentation 'ModifyTableState' has incorrect indentation level 6, expected level should be 8. 352
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 356
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 389
 Warning indentation Indentation 'procId' has incorrect indentation level 6, expected level should be 8. 390
 Warning indentation Indentation 'numberOfSteps' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'ModifyTableState' has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 396

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestTruncateTableProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 145
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 212
 Warning indentation Indentation 'procExec' has incorrect indentation level 6, expected level should be 8. 218
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 231
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 238

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestSnapshotManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 67
 Warning indentation Indentation 'SnapshotHFileCleaner' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'SnapshotHFileCleaner' has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'isSnapshotSupported' has incorrect indentation level 6, expected level should be 8. 135
 Warning indentation Indentation '"testSnapshotSupportConfiguration"' has incorrect indentation level 6, expected level should be 8. 140

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/migration/TestNamespaceUpgrade.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 95
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 162
 Warning indentation Indentation 'System' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'File' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 185
 Warning indentation Indentation 'TableName' has incorrect indentation level 8, expected level should be 10. 227
 Warning indentation Indentation 'TableName' has incorrect indentation level 8, expected level should be 10. 255
 Warning indentation Indentation 'LOG' has incorrect indentation level 8, expected level should be 10. 258
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 8, expected level should be 10. 345

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/migration/TestUpgradeTo96.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation 'HFileLink' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'ToolRunner' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'peer' has incorrect indentation level 6, expected level should be 8. 260

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/monitoring/TestMemoryBoundedLogMessageBuffer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 45
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 67

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RegionServerObserver' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'constraintViolated' has incorrect indentation level 8, expected level should be 10. 154
 Warning indentation Indentation 'constraintViolated' has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 318
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'TableInputFormatBase' has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'tableOne' has incorrect indentation level 6, expected level should be 8. 470
 Warning indentation Indentation 'getSplitKey' has incorrect indentation level 6, expected level should be 8. 471

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/procedure/TestProcedureCoordinator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 109
 Warning indentation Indentation 'coordinator' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'method call' child has incorrect indentation level 4, expected level should be 6. 161
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 347

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/procedure/TestProcedureManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SimpleMasterProcedureManager' has incorrect indentation level 6, expected level should be 8. 68

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/procedure/TestZKProcedure.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 10. 160
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 176
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 177
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 10. 236
 Warning indentation Indentation 'subprocFactory' has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 278
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 279
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 280
 Warning indentation Indentation 'once' has incorrect indentation level 6, expected level should be 8. 324
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 386

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/procedure/TestZKProcedureControllers.java

Severity Category Rule Message Line
 Warning indentation Indentation '"cohort2"' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation '"cohort2"' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'prepared' has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'dataFromMembers' has incorrect indentation level 6, expected level should be 8. 226
 Warning indentation Indentation 'prepared' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'Mockito' has incorrect indentation level 6, expected level should be 8. 340

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 219
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 6, expected level should be 8. 269

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestReplicationProtobuf.java

Severity Category Rule Message Line
 Warning indentation Indentation 'kv' has incorrect indentation level 6, expected level should be 8. 74

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaAdmin.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 6, expected level should be 8. 65
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 75
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 76
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 77
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 78
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 79
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 80
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 81
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 82
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 83
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 84
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 85
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 86
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 10. 87
 Warning indentation Indentation 'block' child has incorrect indentation level 10, expected level should be 12. 88
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 8, expected level should be 10. 114
 Warning indentation Indentation '2' has incorrect indentation level 10, expected level should be 12. 118
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 10, expected level should be 12. 123
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 8, expected level should be 10. 136

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaThrottle.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 6, expected level should be 8. 104
 Warning indentation Indentation 'ThrottleType' has incorrect indentation level 6, expected level should be 8. 128
 Warning indentation Indentation 'ThrottleType' has incorrect indentation level 6, expected level should be 8. 154
 Warning indentation Indentation '6' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation '6' has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation 'ThrottleType' has incorrect indentation level 6, expected level should be 8. 224
 Warning indentation Indentation 'TimeUnit' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation '8' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation '3' has incorrect indentation level 6, expected level should be 8. 236
 Warning indentation Indentation '6' has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation '13' has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'ThrottleType' has incorrect indentation level 6, expected level should be 8. 289

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/DataBlockEncodingTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 16, expected level should be 12. 291
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 596

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/EncodedSeekPerformanceTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'path' has incorrect indentation level 6, expected level should be 8. 93

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/MockStoreFile.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 45

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/OOMERegionServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 51
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 8, expected level should be 10. 54

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestAtomicOperation.java

Severity Category Rule Message Line
 Warning indentation Indentation '" The Universe, and Everything"' has incorrect indentation level 4, expected level should be 8. 121
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 195
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 200
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 201
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 551
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 592
 Warning indentation Indentation 'CompareOp' has incorrect indentation level 8, expected level should be 10. 604

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestBlocksRead.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 206

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestBlocksScanned.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method call rparen' has incorrect indentation level 8, expected level should be 4. 85

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestBulkLoad.java

Severity Category Rule Message Line
 Warning indentation Indentation 'block' child has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 82
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 2, expected level should be one of the following: 4, 6. 83
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 201
 Warning indentation Indentation 'tableName' has incorrect indentation level 10, expected level should be 12. 299

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCacheOnWriteInSchema.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 113
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 116
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 118
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'false' has incorrect indentation level 10, expected level should be 12. 239
 Warning indentation Indentation 'offset' has incorrect indentation level 10, expected level should be 12. 241

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCellSkipListSet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 35

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompaction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'NoLimitCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 256
 Warning indentation Indentation 'Collections' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation 'r' has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 502
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 503
 Warning indentation Indentation 'invocation' has incorrect indentation level 10, expected level should be 12. 504
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 505
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 506
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10, 12. 507

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactionState.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 4, 8. 129

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestDefaultCompactSelection.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 4, expected level should be 6. 58
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 146
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 177
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 182
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 278

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestDefaultMemStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 508
 Warning indentation Indentation 'System' has incorrect indentation level 8, expected level should be 10. 511
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 516
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 628
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 666
 Warning indentation Indentation 'System' has incorrect indentation level 8, expected level should be 10. 998

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEncryptionKeyRotation.java

Severity Category Rule Message Line
 Warning indentation Indentation '"testCFKeyRotation"' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'secondCFKey' has incorrect indentation level 6, expected level should be 8. 119
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 147
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 149
 Warning indentation Indentation '"testMasterKeyRotation"' has incorrect indentation level 6, expected level should be 8. 157
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 173
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 192
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 218
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 227

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEncryptionRandomKeying.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 109

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'else' child has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'method call' child has incorrect indentation level 8, expected level should be 10. 134
 Warning indentation Indentation 'region' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'regions' has incorrect indentation level 8, expected level should be 10. 136
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 155
 Warning indentation Indentation 'regionName' has incorrect indentation level 8, expected level should be 10. 179
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 182

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestExplicitColumnTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'trackColumns' has incorrect indentation level 6, expected level should be 8. 52
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 8, expected level should be 10. 62
 Warning indentation Indentation 'false' has incorrect indentation level 8, expected level should be 10. 165
 Warning indentation Indentation 'false' has incorrect indentation level 8, expected level should be 10. 172
 Warning indentation Indentation 'col2' has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 185
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 187

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestFSErrorsExposed.java

Severity Category Rule Message Line
 Warning indentation Indentation 'util' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'cacheConf' has incorrect indentation level 6, expected level should be 8. 142
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 229
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 266

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestGetClosestAtOrBefore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'rootdir' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'for' has incorrect indentation level 4, expected level should be 6. 77
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 79
 Warning indentation Indentation 'for' child has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 10. 82
 Warning indentation Indentation 'i' has incorrect indentation level 10, expected level should be 12. 83
 Warning indentation Indentation 'i' has incorrect indentation level 10, expected level should be 12. 84
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 10. 86
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 10. 87
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 10. 88
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 4, expected level should be 6. 90
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 91
 Warning indentation Indentation 'try' has incorrect indentation level 4, expected level should be 6. 92
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation 'while' child has incorrect indentation level 8, expected level should be 10. 95
 Warning indentation Indentation 'while' child has incorrect indentation level 8, expected level should be 10. 96
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 4, expected level should be 6. 98
 Warning indentation Indentation 'finally' child has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 101
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 102
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 103
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 104
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 105
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 107
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 108
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 109
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 111
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 114
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 115
 Warning indentation Indentation 'try' has incorrect indentation level 4, expected level should be 6. 116
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 117
 Warning indentation Indentation 'while' child has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation 'while' child has incorrect indentation level 8, expected level should be 10. 120
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 4, expected level should be 6. 122
 Warning indentation Indentation 'finally' child has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 4, expected level should be 6. 124
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 126
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 127
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 128
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 129
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 132
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 133
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 134
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 156
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 157
 Warning indentation Indentation 'extractRowFromMetaRow' has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 179

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java

Severity Category Rule Message Line
 Warning indentation Indentation 'CONF' has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation 'User' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation 'User' has incorrect indentation level 6, expected level should be 8. 399
 Warning indentation Indentation '.' has incorrect indentation level 12, expected level should be 14. 705
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 8, expected level should be 10. 865
 Warning indentation Indentation 'expectedCount' has incorrect indentation level 10, expected level should be 12. 1469
 Warning indentation Indentation 'parent' has incorrect indentation level 10, expected level should be 12. 2480
 Warning indentation Indentation 'parent' has incorrect indentation level 10, expected level should be 12. 2483
 Warning indentation Indentation 'parent' has incorrect indentation level 10, expected level should be 12. 2488
 Warning indentation Indentation 'HRegion' has incorrect indentation level 16, expected level should be 18. 3383
 Warning indentation Indentation 'topHostWeight' has incorrect indentation level 8, expected level should be 10. 4186
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 4608
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 4654
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 4655
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 4657
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 4658
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 4704
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 4705
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 4707
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 4708
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 4765
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 4766
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 4768
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 4769
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 5726
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 5750
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 5764
 Warning indentation Indentation '100' has incorrect indentation level 6, expected level should be 8. 5803
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 5812
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 5844
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 5852
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 5866
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 8. 5894
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 5899
 Warning indentation Indentation 'editCaptor' has incorrect indentation level 6, expected level should be 8. 5916
 Warning indentation Indentation 'hri' has incorrect indentation level 6, expected level should be 8. 5930
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 5955
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 6020
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 6026
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 6033

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'fsTableDescriptors' has incorrect indentation level 6, expected level should be 8. 65
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation 'String' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation 'regionId' has incorrect indentation level 6, expected level should be 8. 234
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 248
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 249
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 250
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 251
 Warning indentation Indentation 'regionId' has incorrect indentation level 6, expected level should be 8. 255

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionReplayEvents.java

Severity Category Rule Message Line
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 257
 Warning indentation Indentation 'entry' has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation 'NoLimitCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 307
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 10. 321
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 10. 323
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 10. 423
 Warning indentation Indentation 'startFlushDesc' has incorrect indentation level 6, expected level should be 8. 467
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 473
 Warning indentation Indentation 'startFlushDesc' has incorrect indentation level 6, expected level should be 8. 480
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 486
 Warning indentation Indentation 'startFlushDesc' has incorrect indentation level 6, expected level should be 8. 493
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 10. 529
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 10. 619
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 10. 731
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 825
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 827
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 905
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 907
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 985
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 987
 Warning indentation Indentation 'RegionEventDescriptor' has incorrect indentation level 6, expected level should be 8. 1001
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 1042
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1117
 Warning indentation Indentation 'setFlushSequenceNumber' has incorrect indentation level 6, expected level should be 8. 1122
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1123
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1124
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1125
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1127
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1128
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1131
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 1135
 Warning indentation Indentation '=' has incorrect indentation level 8, expected level should be 10. 1318
 Warning indentation Indentation 'secondaryRegion' has incorrect indentation level 6, expected level should be 8. 1345
 Warning indentation Indentation 'secondaryRegion' has incorrect indentation level 6, expected level should be 8. 1358
 Warning indentation Indentation 'secondaryRegion' has incorrect indentation level 6, expected level should be 8. 1373
 Warning indentation Indentation 'randomValues' has incorrect indentation level 8, expected level should be 10. 1465
 Warning indentation Indentation 'setFlushSequenceNumber' has incorrect indentation level 6, expected level should be 8. 1517
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1518
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1519
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1520
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1522
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1523
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1528
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1536
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1537
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1539
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1540
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1541
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1542
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1543
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1544
 Warning indentation Indentation ',' has incorrect indentation level 6, expected level should be 8. 1545
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1553
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1554
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1556
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1557
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1558
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1559
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1560
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1565
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1573
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1574
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1576
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1577
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1582
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 10, expected level should be 12. 1597

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionServerBulkLoad.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 12, expected level should be 14. 181
 Warning indentation Indentation 'conn' has incorrect indentation level 14, expected level should be 16. 199
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 14, expected level should be 16. 201

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestJoinedScanners.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 138
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation '"Data block encoding; Default: FAST_DIFF"' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation '"Ratio of selected rows using essential column family"' has incorrect indentation level 6, expected level should be 8. 213
 Warning indentation Indentation '"Width of value for non-essential column family"' has incorrect indentation level 6, expected level should be 8. 218

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestKeyValueHeap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 159

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMajorCompaction.java

Severity Category Rule Message Line
 Warning indentation Indentation '"System-requested major compaction should not occur if there are too many store files"' has incorrect indentation level 6, expected level should be 8. 416
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 417
 Warning indentation Indentation 'request' has incorrect indentation level 6, expected level should be 8. 418
 Warning indentation Indentation '"User-requested major compaction should always occur, even if there are too many store files"' has incorrect indentation level 6, expected level should be 8. 435
 Warning indentation Indentation 'true' has incorrect indentation level 6, expected level should be 8. 436
 Warning indentation Indentation 'request' has incorrect indentation level 6, expected level should be 8. 437

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMemStoreLAB.java

Severity Category Rule Message Line
 Warning indentation Indentation 'alloc' has incorrect indentation level 6, expected level should be 8. 76
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 87
 Warning indentation Indentation 'Maps' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'mapsByChunk' has incorrect indentation level 8, expected level should be 10. 128

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMiniBatchOperationInProgress.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 45
 Warning indentation Indentation 'walEditsFromCoprocessors' has incorrect indentation level 6, expected level should be 8. 46

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMinorCompaction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'thirdRowBytes' has incorrect indentation level 8, expected level should be 10. 167
 Warning indentation Indentation 'thirdRowBytes' has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'thirdRowBytes' has incorrect indentation level 8, expected level should be 10. 171
 Warning indentation Indentation 'thirdRowBytes' has incorrect indentation level 8, expected level should be 10. 173

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiColumnScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'lastDelTimeMap' has incorrect indentation level 7, expected level should be 8. 286

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestParallelPut.java

Severity Category Rule Message Line
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 175
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 176

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestPerColumnFamilyFlush.java

Severity Category Rule Message Line
 Warning indentation Indentation 'r' has incorrect indentation level 6, expected level should be 8. 121
 Warning indentation Indentation 'Arrays' has incorrect indentation level 6, expected level should be 8. 123
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 8, expected level should be 10. 343
 Warning indentation Indentation 'cfFlushSizeLowerBound' has incorrect indentation level 6, expected level should be 8. 455
 Warning indentation Indentation 'desiredRegion' has incorrect indentation level 8, expected level should be 10. 528
 Warning indentation Indentation 'desiredRegion' has incorrect indentation level 8, expected level should be 10. 530
 Warning indentation Indentation 'desiredRegion' has incorrect indentation level 8, expected level should be 10. 532
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 577
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 8, expected level should be 10. 595
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 8, expected level should be 10. 617

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestQosFunction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 47

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestQueryMatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 129
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 146
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 201
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 215
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 255

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'hostnameFromMasterPOV' has incorrect indentation level 14, expected level should be 16. 123

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSStatusServlet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ResponseConverter' has incorrect indentation level 4, expected level should be 6. 67
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'regions' has incorrect indentation level 6, expected level should be 8. 115

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRecoveredEdits.java

Severity Category Rule Message Line
 Warning indentation Indentation 'System' has incorrect indentation level 6, expected level should be 8. 108
 Warning indentation Indentation '"data"' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 138

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionMergeTransaction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 276
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation '&&' has incorrect indentation level 6, expected level should be 8. 386
 Warning indentation Indentation '&&' has incorrect indentation level 6, expected level should be 8. 392

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionMergeTransactionOnCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'mergeRegionsAndVerifyRegionNum' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'mergedRegions' has incorrect indentation level 6, expected level should be 8. 139
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'regionStates' has incorrect indentation level 6, expected level should be 8. 153
 Warning indentation Indentation 'regionStates' has incorrect indentation level 6, expected level should be 8. 159
 Warning indentation Indentation 'master' has incorrect indentation level 8, expected level should be 10. 186
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 10, expected level should be 12. 267
 Warning indentation Indentation 'StringUtils' has incorrect indentation level 10, expected level should be 12. 276
 Warning indentation Indentation 'ie' has incorrect indentation level 10, expected level should be 12. 285
 Warning indentation Indentation 'requestMergeRegion' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'regionA' has incorrect indentation level 6, expected level should be 8. 350
 Warning indentation Indentation 'regionB' has incorrect indentation level 6, expected level should be 8. 351

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionReplicas.java

Severity Category Rule Message Line
 Warning indentation Indentation ',' has incorrect indentation level 8, expected level should be 10. 146
 Warning indentation Indentation 'refreshPeriod' has incorrect indentation level 6, expected level should be 8. 240

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerNoMaster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 6, expected level should be 8. 161
 Warning indentation Indentation 'rs' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'getRS' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'getRS' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'getRS' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'getRS' has incorrect indentation level 8, expected level should be 10. 275
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 297
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 8, expected level should be 10. 301
 Warning indentation Indentation 'se' has incorrect indentation level 8, expected level should be 10. 306
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 374
 Warning indentation Indentation 'csm' has incorrect indentation level 6, expected level should be 8. 379
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 439
 Warning indentation Indentation 'csm' has incorrect indentation level 6, expected level should be 8. 444
 Warning indentation Indentation 'earlierServerName' has incorrect indentation level 8, expected level should be 10. 479

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerOnlineConfigChange.java

Severity Category Rule Message Line
 Warning indentation Indentation 'hstore' has incorrect indentation level 6, expected level should be 8. 210

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerReportForDuty.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 163

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionSplitPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'IncreasingToUpperBoundRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 67
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 86
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 230

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestReversibleScanners.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 562
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 564
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 565
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 569
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 571
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 579
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 580
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 586
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 588

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRowTooBig.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 42
 Warning indentation Indentation '10' has incorrect indentation level 6, expected level should be 8. 48
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 81
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 123

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScanWildcardColumnTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 39
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 106
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 10, expected level should be 12. 118

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScanWithBloomError.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 68

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 83
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 95
 Warning indentation Indentation 'HConstants' has incorrect indentation level 4, expected level should be 6. 96
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 375
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 470
 Warning indentation Indentation 'try' child has incorrect indentation level 8, expected level should be 6. 493
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 572

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScannerWithBulkload.java

Severity Category Rule Message Line
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 80
 Warning indentation Indentation 'else' child has incorrect indentation level 4, expected level should be 6. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 198
 Warning indentation Indentation '"/temp/testBulkLoadNativeHFile/col/file"' has incorrect indentation level 6, expected level should be 8. 246

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSeekOptimizations.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 248
 Warning indentation Indentation '(' has incorrect indentation level 8, expected level should be 10. 249
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 283

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestServerCustomProtocol.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 82
 Warning indentation Indentation 'PingHandler' has incorrect indentation level 6, expected level should be 8. 151
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 204
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 221
 Warning indentation Indentation 'rpcCallback' has incorrect indentation level 12, expected level should be 14. 223
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 236
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 245
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 251
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 258
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 270
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 277
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 290
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 296
 Warning indentation Indentation 'null' has incorrect indentation level 8, expected level should be 10. 311
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 312
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 316
 Warning indentation Indentation 'results' has incorrect indentation level 8, expected level should be 10. 359
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 411
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 412
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 467
 Warning indentation Indentation 'method call' child has incorrect indentation level 7, expected level should be 8. 470
 Warning indentation Indentation 'method call' child has incorrect indentation level 7, expected level should be 8. 471
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 476
 Warning indentation Indentation 'results' has incorrect indentation level 6, expected level should be 8. 477
 Warning indentation Indentation 'expected' has incorrect indentation level 6, expected level should be 8. 479

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitLogWorker.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 74
 Warning indentation Indentation 'waitForCounterBoolean' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 167
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 168
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 211
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 237
 Warning indentation Indentation 'finally' child has incorrect indentation level 5, expected level should be 6. 250
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 255
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'SplitLogCounters' has incorrect indentation level 8, expected level should be 10. 289
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 316
 Warning indentation Indentation 'Ids' has incorrect indentation level 8, expected level should be 10. 317
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 348
 Warning indentation Indentation 'Ids' has incorrect indentation level 8, expected level should be 10. 350
 Warning indentation Indentation 'Ids' has incorrect indentation level 8, expected level should be 10. 358
 Warning indentation Indentation 'CreateMode' has incorrect indentation level 6, expected level should be 8. 390
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 440
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 483

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransaction.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 4, expected level should be 6. 75
 Warning indentation Indentation 'daughters' has incorrect indentation level 6, expected level should be 8. 238
 Warning indentation Indentation 'daughters' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 372

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'LogFactory' has incorrect indentation level 4, expected level should be 6. 125
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 136
 Warning indentation Indentation 'TESTING_UTIL' has incorrect indentation level 8, expected level should be 10. 185
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 208
 Warning indentation Indentation 'Coprocessor' has incorrect indentation level 8, expected level should be 10. 309
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 431
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 434
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 461
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 512
 Warning indentation Indentation 'hri' has incorrect indentation level 10, expected level should be 12. 541
 Warning indentation Indentation 'server' has incorrect indentation level 10, expected level should be 12. 554
 Warning indentation Indentation 'hri' has incorrect indentation level 10, expected level should be 12. 559
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 582
 Warning indentation Indentation '"testMasterRestartWhenSplittingIsPartial"' has incorrect indentation level 6, expected level should be 8. 770
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 805
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 821
 Warning indentation Indentation '"testMasterRestartAtRegionSplitPendingCatalogJanitor"' has incorrect indentation level 6, expected level should be 8. 861
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 896
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 935
 Warning indentation Indentation 'tableName' has incorrect indentation level 8, expected level should be 10. 943
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 994
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1088
 Warning indentation Indentation 'EnvironmentEdgeManager' has incorrect indentation level 10, expected level should be 12. 1137
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 1144
 Warning indentation Indentation 'regionStates' has incorrect indentation level 8, expected level should be 10. 1150
 Warning indentation Indentation 'firstTableRegions' has incorrect indentation level 6, expected level should be 8. 1183
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1185
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 1224
 Warning indentation Indentation 'Coprocessor' has incorrect indentation level 8, expected level should be 10. 1318
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 1395
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1397
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 1398
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 1399
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 1400
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 1401
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 1402
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1403
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 6, expected level should be 2. 1404
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 6, expected level should be 2. 1406
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1408
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 1409
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 10, expected level should be 6. 1410
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 10, expected level should be 6. 1411
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1412
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1413
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be 6. 1415
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 8. 1417
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 10. 1418
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 10. 1419
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 10. 1420
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 8. 1421
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be 6. 1422
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 6. 1423
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1424
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 6, expected level should be 2. 1427
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1487
 Warning indentation Indentation 'ProtobufUtil' has incorrect indentation level 8, expected level should be 10. 1509
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1532
 Warning indentation Indentation 'ZooKeeperConnectionException' has incorrect indentation level 2, expected level should be 6. 1533
 Warning indentation Indentation 'metaRegionServer' has incorrect indentation level 8, expected level should be 10. 1548
 Warning indentation Indentation 'hrs' has incorrect indentation level 8, expected level should be 10. 1549
 Warning indentation Indentation 'tableRegionIndex' has incorrect indentation level 8, expected level should be 10. 1557
 Warning indentation Indentation 'cluster' has incorrect indentation level 6, expected level should be 8. 1634
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 1641
 Warning indentation Indentation 'daughterRegions' has incorrect indentation level 8, expected level should be 10. 1688
 Warning indentation Indentation 'daughterRegions' has incorrect indentation level 8, expected level should be 10. 1692
 Warning indentation Indentation 'daughterRegions' has incorrect indentation level 8, expected level should be 10. 1694

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 116
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 151
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 622
 Warning indentation Indentation 'store' has incorrect indentation level 10, expected level should be 12. 773
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 801
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 826
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 838
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 1000

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFile.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 128
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'testConf' has incorrect indentation level 6, expected level should be 8. 196
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 215
 Warning indentation Indentation 'testConf' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'testConf' has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 324
 Warning indentation Indentation 'key' has incorrect indentation level 10, expected level should be 12. 341
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 361
 Warning indentation Indentation 'key' has incorrect indentation level 10, expected level should be 12. 390
 Warning indentation Indentation '"col"' has incorrect indentation level 8, expected level should be 10. 458
 Warning indentation Indentation '"family"' has incorrect indentation level 14, expected level should be 16. 642
 Warning indentation Indentation '" bulkTimestamp="' has incorrect indentation level 6, expected level should be 8. 734
 Warning indentation Indentation '" seqId="' has incorrect indentation level 6, expected level should be 8. 735
 Warning indentation Indentation '" path="' has incorrect indentation level 6, expected level should be 8. 736
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 795
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 838
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 953
 Warning indentation Indentation 'cacheConf' has incorrect indentation level 6, expected level should be 8. 1015

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFileInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 72
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 78
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 80

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFileRefresherChore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'info' has incorrect indentation level 6, expected level should be 8. 104

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. 85
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 2, 6. 378
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 423
 Warning indentation Indentation '0' has incorrect indentation level 8, expected level should be 10. 551
 Warning indentation Indentation '2' has incorrect indentation level 8, expected level should be 10. 552
 Warning indentation Indentation 'KeepDeletedCells' has incorrect indentation level 8, expected level should be 10. 553
 Warning indentation Indentation '200' has incorrect indentation level 8, expected level should be 10. 554
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 8, expected level should be 10. 555
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 557
 Warning indentation Indentation 'finally' child has incorrect indentation level 4, expected level should be 6. 573

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStripeCompactor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Answer' has incorrect indentation level 4, expected level should be 6. 257

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStripeStoreEngine.java

Severity Category Rule Message Line
 Warning indentation Indentation 'StripeStoreFileManager' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'NoLimitCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 99

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStripeStoreFileManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'createManager' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 524
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 525

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestTimeRangeTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 108

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestWideScanner.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 53
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 125

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/EverythingPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 46

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/PerfTestCompactionPolicies.java

Severity Category Rule Message Line
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 5, expected level should be one of the following: 4, 8. 78

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestCompactionWithThroughputController.java

Severity Category Rule Message Line
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 110
 Warning indentation Indentation 'throughputLimit' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 113
 Warning indentation Indentation 'throughputLimit' has incorrect indentation level 6, expected level should be 8. 114
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation 'NoLimitCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 145
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 180
 Warning indentation Indentation '20L' has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 183
 Warning indentation Indentation '10L' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation 'PressureAwareCompactionThroughputController' has incorrect indentation level 6, expected level should be 8. 190
 Warning indentation Indentation '1000' has incorrect indentation level 6, expected level should be 8. 191
 Warning indentation Indentation 'NoLimitCompactionThroughputController' has incorrect indentation level 8, expected level should be 10. 224

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestStripeCompactionPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation 'aryEq' has incorrect indentation level 6, expected level should be 8. 216
 Warning indentation Indentation 'any' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'while' child has incorrect indentation level 8, expected level should be 6. 424
 Warning indentation Indentation 'dropDeletesTo' has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'any' has incorrect indentation level 6, expected level should be 8. 532
 Warning indentation Indentation 'count' has incorrect indentation level 6, expected level should be 8. 555
 Warning indentation Indentation 'size' has incorrect indentation level 6, expected level should be 8. 556
 Warning indentation Indentation 'dropDeletesMatcher' has incorrect indentation level 6, expected level should be 8. 557
 Warning indentation Indentation 'any' has incorrect indentation level 6, expected level should be 8. 558
 Warning indentation Indentation 'mock' has incorrect indentation level 6, expected level should be 8. 725

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/handler/TestCloseRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 4, expected level should be 6. 63
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 97
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'method call' child has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 5, expected level should be 2. 151
 Warning indentation Indentation 'throws' has incorrect indentation level 5, expected level should be 9. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 168
 Warning indentation Indentation 'hri' has incorrect indentation level 9, expected level should be 11. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 175
 Warning indentation Indentation 'new' has incorrect indentation level 9, expected level should be 11. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 180
 Warning indentation Indentation 'coordinationProvider' has incorrect indentation level 9, expected level should be 11. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 185
 Warning indentation Indentation 'RegionTransition' has incorrect indentation level 9, expected level should be 11. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 5, expected level should be 2. 197
 Warning indentation Indentation 'throws' has incorrect indentation level 5, expected level should be 9. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 214
 Warning indentation Indentation 'hri' has incorrect indentation level 9, expected level should be 11. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 221
 Warning indentation Indentation 'new' has incorrect indentation level 9, expected level should be 11. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 226
 Warning indentation Indentation 'coordinationProvider' has incorrect indentation level 9, expected level should be 11. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 230
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 9, expected level should be 11. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 5, expected level should be 2. 235
 Warning indentation Indentation 'throws' has incorrect indentation level 5, expected level should be 9. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 241
 Warning indentation Indentation 'coordination' has incorrect indentation level 9, expected level should be 11. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 243
 Warning indentation Indentation 'new' has incorrect indentation level 9, expected level should be 11. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 250
 Warning indentation Indentation 'EventType' has incorrect indentation level 9, expected level should be 11. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 2. 252

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/handler/TestOpenRegionHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 92
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 108
 Warning indentation Indentation 'htd' has incorrect indentation level 8, expected level should be 10. 112
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 135
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 172
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation 'openRegionCoordination' has incorrect indentation level 8, expected level should be 10. 194
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 196
 Warning indentation Indentation 'hri' has incorrect indentation level 8, expected level should be 10. 201
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 229
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 234
 Warning indentation Indentation 'TEST_HRI' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 6, expected level should be 8. 248
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation 'csm' has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'TEST_HRI' has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'ZKAssign' has incorrect indentation level 6, expected level should be 8. 283
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation 'csm' has incorrect indentation level 6, expected level should be 8. 303
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'openRegionCoordination' has incorrect indentation level 6, expected level should be 8. 350

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/InstrumentedLogWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 35
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 94
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 149

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestCompressor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 69
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 85

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestCustomWALCellCodec.java

Severity Category Rule Message Line
 Warning indentation Indentation 'WALCellCodec' has incorrect indentation level 6, expected level should be 8. 54
 Warning indentation Indentation 'codec' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'codec' has incorrect indentation level 6, expected level should be 8. 59

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestDurability.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 246
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 247
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 252
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 253

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestFSHLog.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.ipc.client.connection.maxidletime"' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'cols' has incorrect indentation level 8, expected level should be 10. 164
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 403
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 420

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java

Severity Category Rule Message Line
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 8, expected level should be 10. 148

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 219
 Warning indentation Indentation 'for' has incorrect indentation level 6, expected level should be 4. 225
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 226
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 6, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 234
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'dfsCluster' has incorrect indentation level 4, expected level should be 8. 348
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 349
 Warning indentation Indentation 'replication' has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation 'replication' has incorrect indentation level 6, expected level should be 8. 402
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 415
 Warning indentation Indentation 'fs' has incorrect indentation level 6, expected level should be 8. 417
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 10, expected level should be 12. 502
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 8, expected level should be 10. 547

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestProtobufLog.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.ipc.client.connection.maxidletime"' has incorrect indentation level 6, expected level should be 8. 109

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestReadOldRootAndMetaEdits.java

Severity Category Rule Message Line
 Warning indentation Indentation 'SequenceFileLogWriter' has incorrect indentation level 6, expected level should be 8. 68
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 147

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestSecureWALReplay.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Reader' has incorrect indentation level 6, expected level should be 8. 39
 Warning indentation Indentation 'Writer' has incorrect indentation level 6, expected level should be 8. 41

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestWALReplay.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 263
 Warning indentation Indentation 'destRegion' has incorrect indentation level 10, expected level should be 12. 266
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 342
 Warning indentation Indentation 'hbaseRootDir' has incorrect indentation level 10, expected level should be 12. 382
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 479
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 511
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 537
 Warning indentation Indentation 'countOfRestoredEdits' has incorrect indentation level 10, expected level should be 12. 559
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 589
 Warning indentation Indentation 'result' has incorrect indentation level 6, expected level should be 8. 616
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 696
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 748
 Warning indentation Indentation 'now' has incorrect indentation level 6, expected level should be 8. 806
 Warning indentation Indentation 'KeyValue' has incorrect indentation level 6, expected level should be 8. 814
 Warning indentation Indentation '".replay.wal.secondtime"' has incorrect indentation level 6, expected level should be 8. 824
 Warning indentation Indentation 'result' has incorrect indentation level 12, expected level should be 14. 859
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 910
 Warning indentation Indentation 'if' has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 912
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be one of the following: 16, 18, 20. 913
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 914
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16, 18. 915
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14, 16. 916
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12, 14. 917
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 999
 Warning indentation Indentation 'ee' has incorrect indentation level 8, expected level should be 10. 1006
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1016
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 1033
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 1035
 Warning indentation Indentation 'hbaseRootDir' has incorrect indentation level 6, expected level should be 8. 1045

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMultiSlaveReplication.java

Severity Category Rule Message Line
 Warning indentation Indentation 'region' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 274
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 301

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestPerTableCFReplication.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 396
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 409
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 439

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation 'cells' has incorrect indentation level 6, expected level should be 8. 208
 Warning indentation Indentation 'row' has incorrect indentation level 14, expected level should be 16. 294

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSmallTests.java

Severity Category Rule Message Line
 Warning indentation Indentation 'res' has incorrect indentation level 12, expected level should be 14. 432
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 433
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 504
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 598
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 600

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSyncUpTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'rowCount_ht1Source' has incorrect indentation level 6, expected level should be 8. 288
 Warning indentation Indentation '101' has incorrect indentation level 6, expected level should be 8. 292
 Warning indentation Indentation 'rowCount_ht1TargetAtPeer1' has incorrect indentation level 10, expected level should be 12. 320
 Warning indentation Indentation 'rowCount_ht2TargetAtPeer1' has incorrect indentation level 10, expected level should be 12. 322
 Warning indentation Indentation 'rowCount_ht1TargetAtPeer1' has incorrect indentation level 6, expected level should be 8. 378
 Warning indentation Indentation 'rowCount_ht2TargetAtPeer1' has incorrect indentation level 6, expected level should be 8. 380
 Warning indentation Indentation 'rowCount_ht1TargetAtPeer1' has incorrect indentation level 10, expected level should be 12. 397
 Warning indentation Indentation 'rowCount_ht2TargetAtPeer1' has incorrect indentation level 10, expected level should be 12. 399

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationTrackerZKImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 136

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWALEntryFilters.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 59

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpoint.java

Severity Category Rule Message Line
 Warning indentation Indentation '"testReplicationPeerIsCreated_no_region_replicas"' has incorrect indentation level 6, expected level should be 8. 120
 Warning indentation Indentation 'RegionReplicaReplicationEndpoint' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 150
 Warning indentation Indentation 'RegionReplicaReplicationEndpoint' has incorrect indentation level 6, expected level should be 8. 167
 Warning indentation Indentation '+' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 382
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 390

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpointNoMaster.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TestRegionReplicaReplicationEndpointNoMaster' has incorrect indentation level 4, expected level should be 6. 86
 Warning indentation Indentation 'TestRegionReplicaReplicationEndpointNoMaster' has incorrect indentation level 4, expected level should be 6. 90
 Warning indentation Indentation 'walCoprocs' has incorrect indentation level 6, expected level should be 8. 118
 Warning indentation Indentation 'RpcControllerFactory' has incorrect indentation level 8, expected level should be 10. 197
 Warning indentation Indentation 'table' has incorrect indentation level 8, expected level should be 10. 198
 Warning indentation Indentation 'locations' has incorrect indentation level 8, expected level should be 10. 199
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 200
 Warning indentation Indentation 'connection' has incorrect indentation level 8, expected level should be 10. 203

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSink.java

Severity Category Rule Message Line
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 6. 255

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSinkManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'mock' has incorrect indentation level 6, expected level should be 8. 76

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSourceManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ReplicationStateZKBase' has incorrect indentation level 6, expected level should be 8. 144

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationWALReaderManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'enableCompression' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'System' has incorrect indentation level 8, expected level should be 10. 207

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/TestUsersOperationsWithSecureHadoop.java

Severity Category Rule Message Line
 Warning indentation Indentation '"localhost"' has incorrect indentation level 6, expected level should be 8. 90
 Warning indentation Indentation '"localhost"' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'defaultLogin' has incorrect indentation level 6, expected level should be 8. 108

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/SecureTestUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation '","' has incorrect indentation level 6, expected level should be 8. 101
 Warning indentation Indentation '","' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 135
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 301
 Warning indentation Indentation 'e' has incorrect indentation level 14, expected level should be 16. 334
 Warning indentation Indentation 'e' has incorrect indentation level 14, expected level should be 16. 342
 Warning indentation Indentation '" has not updated: mtime="' has incorrect indentation level 14, expected level should be 16. 343
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 674
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 706
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 744
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 772

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessControlFilter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 107

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 248
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 249
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 250
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 255
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 259
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 260
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 266
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 269
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 293
 Warning indentation Indentation 'AccessControlLists' has incorrect indentation level 6, expected level should be 8. 294
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 326
 Warning indentation Indentation 'hcd' has incorrect indentation level 10, expected level should be 12. 373
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 390
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 405
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 420
 Warning indentation Indentation 'hri' has incorrect indentation level 10, expected level should be 12. 469
 Warning indentation Indentation 'ScanType' has incorrect indentation level 10, expected level should be 12. 668
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 957
 Warning indentation Indentation 'TEST_FAMILY' has incorrect indentation level 12, expected level should be 14. 959
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 972
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 987
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 1001
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1178
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1180
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1181
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1194
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1196
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1197
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1210
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1222
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1224
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1238
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1240
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1344
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1345
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1354
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1355
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1363
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1364
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1372
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1407
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1414
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1422
 Warning indentation Indentation 'hasFoundUserPermission' has incorrect indentation level 6, expected level should be 8. 1424
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1428
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1434
 Warning indentation Indentation 'userName' has incorrect indentation level 6, expected level should be 8. 1441
 Warning indentation Indentation 'hasFoundUserPermission' has incorrect indentation level 6, expected level should be 8. 1443
 Warning indentation Indentation 'hasFoundUserPermission' has incorrect indentation level 6, expected level should be 8. 1448
 Warning indentation Indentation 'tableName' has incorrect indentation level 6, expected level should be 8. 1452
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1453
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1459
 Warning indentation Indentation 'hasFoundUserPermission' has incorrect indentation level 6, expected level should be 8. 1468
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1472
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1478
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1498
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1505
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1520
 Warning indentation Indentation 'AccessControlLists' has incorrect indentation level 6, expected level should be 8. 1526
 Warning indentation Indentation 'perms' has incorrect indentation level 6, expected level should be 8. 1528
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 1574
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1575
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 1577
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1578
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 1580
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1581
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 1587
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 1596
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 1605
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1626
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 1663
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 1674
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 8, expected level should be 10. 1685
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 1766
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 1775
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 1784
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 1793
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 1824
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 1835
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 1846
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 1857
 Warning indentation Indentation 'hbaseCluster' has incorrect indentation level 6, expected level should be 8. 1876
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1878
 Warning indentation Indentation 'Bytes' has incorrect indentation level 12, expected level should be 14. 1904
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 1945
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 1946
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 2002
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 2003
 Warning indentation Indentation '"testGlobalGrantRevoke"' has incorrect indentation level 6, expected level should be 8. 2091
 Warning indentation Indentation 'Coprocessor' has incorrect indentation level 10, expected level should be 12. 2220
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 2230
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 2231
 Warning indentation Indentation 'HConstants' has incorrect indentation level 12, expected level should be 14. 2266
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 2267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 2284
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2286
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2287
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2288
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2289
 Warning indentation Indentation 'try' has incorrect indentation level 5, expected level should be 4. 2290
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 2291
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 2293
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 2294
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 5, expected level should be 4. 2295
 Warning indentation Indentation 'catch' child has incorrect indentation level 7, expected level should be 6. 2296
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 5, expected level should be 4. 2297
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 2298
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 2. 2299
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 2338
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 2343
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 2431
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 2433
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 2448
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 2457
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 2466
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 2475
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 2484

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController2.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation 'AccessControlLists' has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation '.' has incorrect indentation level 7, expected level should be 8. 187
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 223
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 237
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 239
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'TEST_VALUE' has incorrect indentation level 12, expected level should be 14. 251
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 400

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestCellACLWithMultipleVersions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cpHost' has incorrect indentation level 6, expected level should be 8. 106

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestCellACLs.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cpHost' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'TEST_FAMILY' has incorrect indentation level 6, expected level should be 8. 388

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestNamespaceCommands.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Permission' has incorrect indentation level 8, expected level should be 10. 168
 Warning indentation Indentation 'namespacePerms' has incorrect indentation level 8, expected level should be 10. 178
 Warning indentation Indentation 'Permission' has incorrect indentation level 8, expected level should be 10. 186
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 10, expected level should be 12. 198
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'NamespaceDescriptor' has incorrect indentation level 10, expected level should be 12. 226
 Warning indentation Indentation 'TEST_NAMESPACE2' has incorrect indentation level 10, expected level should be 12. 235
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'TEST_NAMESPACE' has incorrect indentation level 10, expected level should be 12. 284
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'USER_NS_ADMIN' has incorrect indentation level 6, expected level should be 8. 292
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation 'USER_NS_ADMIN' has incorrect indentation level 6, expected level should be 8. 330
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 364
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 378
 Warning indentation Indentation 'AccessControlService' has incorrect indentation level 12, expected level should be 14. 392
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 400
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 401
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 417
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 418
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 434
 Warning indentation Indentation 'USER_GLOBAL_ADMIN' has incorrect indentation level 6, expected level should be 8. 435
 Warning indentation Indentation 'USER_NS_ADMIN' has incorrect indentation level 6, expected level should be 8. 436
 Warning indentation Indentation 'SUPERUSER' has incorrect indentation level 6, expected level should be 8. 465
 Warning indentation Indentation 'USER_GLOBAL_CREATE' has incorrect indentation level 6, expected level should be 8. 466
 Warning indentation Indentation 'USER_NS_CREATE' has incorrect indentation level 6, expected level should be 8. 467

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestScanEarlyTermination.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cpHost' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 149
 Warning indentation Indentation 'TEST_Q2' has incorrect indentation level 6, expected level should be 8. 244

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestTablePermissions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 143
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 144
 Warning indentation Indentation 'try' child has incorrect indentation level 7, expected level should be 6. 145
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 162
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 20, expected level should be one of the following: 19, 21. 426

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestWithDisabledAuthorization.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 199
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 200
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 204
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 206
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 210
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 212
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 213
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 216
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'Permission' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 239
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'USER_NONE' has incorrect indentation level 6, expected level should be 8. 257
 Warning indentation Indentation 'USER_NONE' has incorrect indentation level 6, expected level should be 8. 269
 Warning indentation Indentation 'USER_NONE' has incorrect indentation level 6, expected level should be 8. 281
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 287
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 299
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 311
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 323
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 335
 Warning indentation Indentation 'USER_RO' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 348
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 6, expected level should be 8. 354
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 361
 Warning indentation Indentation 'USER_RO' has incorrect indentation level 6, expected level should be 8. 367
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 374
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 6, expected level should be 8. 380
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 387
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 389
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 6, expected level should be 8. 396
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 6, expected level should be 8. 412
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 423
 Warning indentation Indentation 'Permission' has incorrect indentation level 10, expected level should be 12. 431
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 456
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 466
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 485
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 498
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 508
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 518
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 529
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 540
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 550
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 560
 Warning indentation Indentation 'TEST_TABLE' has incorrect indentation level 10, expected level should be 12. 570
 Warning indentation Indentation 'srcServer' has incorrect indentation level 10, expected level should be 12. 583
 Warning indentation Indentation 'true' has incorrect indentation level 10, expected level should be 12. 604
 Warning indentation Indentation 'true' has incorrect indentation level 10, expected level should be 12. 623
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 633
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 634
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 637
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 647
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 648
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 651
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 661
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 662
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 665
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 675
 Warning indentation Indentation '.' has incorrect indentation level 10, expected level should be 12. 676
 Warning indentation Indentation 'snapshot' has incorrect indentation level 10, expected level should be 12. 678
 Warning indentation Indentation 'tableNamesList' has incorrect indentation level 10, expected level should be 12. 691
 Warning indentation Indentation 'descriptors' has incorrect indentation level 10, expected level should be 12. 702
 Warning indentation Indentation 'ns' has incorrect indentation level 10, expected level should be 12. 713
 Warning indentation Indentation '"test"' has incorrect indentation level 10, expected level should be 12. 723
 Warning indentation Indentation 'ns' has incorrect indentation level 10, expected level should be 12. 734
 Warning indentation Indentation '"test"' has incorrect indentation level 10, expected level should be 12. 745
 Warning indentation Indentation 'descriptors' has incorrect indentation level 10, expected level should be 12. 757
 Warning indentation Indentation 'region_b' has incorrect indentation level 10, expected level should be 12. 786
 Warning indentation Indentation 'null' has incorrect indentation level 10, expected level should be 12. 796
 Warning indentation Indentation 'TEST_ROW' has incorrect indentation level 10, expected level should be 12. 839
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 850
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 860
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 870
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 880
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 890
 Warning indentation Indentation 'TEST_ROW' has incorrect indentation level 10, expected level should be 12. 900
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 901
 Warning indentation Indentation 'TEST_ROW' has incorrect indentation level 10, expected level should be 12. 911
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 912
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 922
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 932
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 942
 Warning indentation Indentation 'paths' has incorrect indentation level 10, expected level should be 12. 953

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestZKPermissionsWatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 100
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 107
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 109
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 111
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 116
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 130
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 132
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 134
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 136
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 140
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 142
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 162
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 172
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'TablePermission' has incorrect indentation level 6, expected level should be 8. 176

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/token/TestGenerateDelegationToken.java

Severity Category Rule Message Line
 Warning indentation Indentation 'TokenProvider' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'rpcImplClass' has incorrect indentation level 6, expected level should be 8. 143
 Warning indentation Indentation '"Token generation only allowed for Kerberos authenticated clients"' has incorrect indentation level 10, expected level should be 12. 157

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/token/TestTokenAuthentication.java

Severity Category Rule Message Line
 Warning indentation Indentation 'implements' has incorrect indentation level 2, expected level should be 6. 112
 Warning indentation Indentation 'Strings' has incorrect indentation level 8, expected level should be 10. 129
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 137
 Warning indentation Indentation 'AuthenticationProtos' has incorrect indentation level 8, expected level should be 10. 139
 Warning indentation Indentation 'AuthenticationProtos' has incorrect indentation level 8, expected level should be 10. 141
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 296
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 347

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/token/TestZKSecretWatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'extends' has incorrect indentation level 2, expected level should be 6. 71

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/ExpAsStringVisibilityLabelServiceImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'cell' has incorrect indentation level 10, expected level should be 12. 180
 Warning indentation Indentation 'cell' has incorrect indentation level 14, expected level should be 16. 212

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestDefaultScanLabelGeneratorStack.java

Severity Category Rule Message Line
 Warning indentation Indentation 'current1' has incorrect indentation level 12, expected level should be 14. 199
 Warning indentation Indentation 'current1' has incorrect indentation level 12, expected level should be 14. 206
 Warning indentation Indentation 'current2' has incorrect indentation level 12, expected level should be 14. 222

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java

Severity Category Rule Message Line
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 103
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 122
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 198
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 200

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDeletes.java

Severity Category Rule Message Line
 Warning indentation Indentation 'testVisibilityLabelsWithDeleteColumnsWithNoMatchVisExpWithMultipleVersionsNoTimestamp' has incorrect indentation level 4, expected level should be 6. 371
 Warning indentation Indentation 'testVisibilityLabelsWithDeleteFamilyWithNoMatchingVisExpWithMultipleVersionsNoTimestamp' has incorrect indentation level 4, expected level should be 6. 739
 Warning indentation Indentation '+' has incorrect indentation level 4, expected level should be 8. 870
 Warning indentation Indentation '+' has incorrect indentation level 4, expected level should be 8. 920

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLablesWithGroups.java

Severity Category Rule Message Line
 Warning indentation Indentation 'current1' has incorrect indentation level 12, expected level should be 14. 232
 Warning indentation Indentation 'current1' has incorrect indentation level 12, expected level should be 14. 239
 Warning indentation Indentation 'current2' has incorrect indentation level 12, expected level should be 14. 255
 Warning indentation Indentation 'current1' has incorrect indentation level 12, expected level should be 14. 315

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestWithDisabledAuthorization.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 96
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 98
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 12, expected level should be 14. 99
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 121
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 12, expected level should be 14. 122
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 131
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 157
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 12, expected level should be 14. 158
 Warning indentation Indentation 'new' has incorrect indentation level 12, expected level should be 14. 174
 Warning indentation Indentation 'USER_RW' has incorrect indentation level 12, expected level should be 14. 175
 Warning indentation Indentation 'TableName' has incorrect indentation level 6, expected level should be 8. 191

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/VisibilityTestUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'VisibilityController' has incorrect indentation level 6, expected level should be 8. 27
 Warning indentation Indentation 'VisibilityController' has incorrect indentation level 6, expected level should be 8. 29

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/SnapshotTestingUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'nonEmptyTestFamilies' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'null' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 211
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 212
 Warning indentation Indentation 'snapshotNameString' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'emptyFamilyNames' has incorrect indentation level 6, expected level should be 8. 397
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 422
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 425
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 427
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 428
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 429
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 430
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 431
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10, 12. 432
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 433
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 559
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 560
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 561
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 562

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestExportSnapshot.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 150
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 151
 Warning indentation Indentation '.' has incorrect indentation level 8, expected level should be 10. 152
 Warning indentation Indentation '"-snapshot"' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation '"-copy-from"' has incorrect indentation level 6, expected level should be 8. 345
 Warning indentation Indentation '"-copy-to"' has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 365
 Warning indentation Indentation 'new' has incorrect indentation level 14, expected level should be 16. 379
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8, 10. 395

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestFlushSnapshotFromClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ConstantSizeRegionSplitPolicy' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 155
 Warning indentation Indentation 'snapshot' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation 'try' has incorrect indentation level 4, expected level should be 6. 266
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 267
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 268
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 269
 Warning indentation Indentation 'try' child has incorrect indentation level 6, expected level should be 8. 270
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 4, expected level should be 6. 271
 Warning indentation Indentation 'catch' child has incorrect indentation level 6, expected level should be 8. 272
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'SnapshotDescription' has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'snapshotName' has incorrect indentation level 6, expected level should be 8. 417

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestRestoreFlushSnapshotFromClient.java

Severity Category Rule Message Line
 Warning indentation Indentation 'RegionServerSnapshotManager' has incorrect indentation level 6, expected level should be 8. 77

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestSecureExportSnapshot.java

Severity Category Rule Message Line
 Warning indentation Indentation 'HadoopSecurityEnabledUserProviderForTesting' has incorrect indentation level 6, expected level should be 8. 42

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestSnapshotClientRetries.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MasterSyncObserver' has incorrect indentation level 6, expected level should be 8. 59

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestSnapshotDescriptionUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 76

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/HFileArchiveTestingUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'backedup' has incorrect indentation level 6, expected level should be 8. 122

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Encoding algorithm (e.g. prefix "' has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation '"Enables transparent encryption on the test table, one of "' has incorrect indentation level 4, expected level should be 6. 167
 Warning indentation Indentation 'Arrays' has incorrect indentation level 4, expected level should be 6. 168
 Warning indentation Indentation '=' has incorrect indentation level 4, expected level should be 6. 172
 Warning indentation Indentation 'User' has incorrect indentation level 10, expected level should be 12. 296
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 297
 Warning indentation Indentation '"A positive integer number. When a number n is speicfied, load test "' has incorrect indentation level 6, expected level should be 8. 351
 Warning indentation Indentation '"A positive integer number. When a number n is specified, load test "' has incorrect indentation level 6, expected level should be 8. 356
 Warning indentation Indentation 'getColumnFamilies' has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation '"write point"' has incorrect indentation level 8, expected level should be 10. 685
 Warning indentation Indentation '"write point"' has incorrect indentation level 8, expected level should be 10. 691
 Warning indentation Indentation 'LoadTestDataGenerator' has incorrect indentation level 8, expected level should be 10. 756
 Warning indentation Indentation 'LoadTestDataGenerator' has incorrect indentation level 8, expected level should be 10. 768
 Warning indentation Indentation 'LoadTestDataGenerator' has incorrect indentation level 8, expected level should be 10. 781

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/MockServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 54
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 65

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedAction.java

Severity Category Rule Message Line
 Warning indentation Indentation '+' has incorrect indentation level 8, expected level should be 10. 345
 Warning indentation Indentation '+' has incorrect indentation level 10, expected level should be 12. 356
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 365
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 382
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 395
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 406
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 412
 Warning indentation Indentation '+' has incorrect indentation level 12, expected level should be 14. 427
 Warning indentation Indentation '+' has incorrect indentation level 22, expected level should be 24. 460
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 472
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 473
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 474
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 475
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 483
 Warning indentation Indentation '+' has incorrect indentation level 16, expected level should be 18. 484
 Warning indentation Indentation '"Invalid mutation info "' has incorrect indentation level 10, expected level should be 12. 546
 Warning indentation Indentation 'Integer' has incorrect indentation level 10, expected level should be 12. 550

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedReader.java

Severity Category Rule Message Line
 Warning indentation Indentation 'get' has incorrect indentation level 10, expected level should be 12. 383

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedUpdater.java

Severity Category Rule Message Line
 Warning indentation Indentation 'result' has incorrect indentation level 16, expected level should be 18. 177
 Warning indentation Indentation 'case' child has incorrect indentation level 18, expected level should be 20. 209
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 210
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 211
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 212
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 213
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 214
 Warning indentation Indentation 'case' child has incorrect indentation level 18, expected level should be 20. 215
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 216
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 219
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 220
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 221
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 222
 Warning indentation Indentation 'case' child has incorrect indentation level 18, expected level should be 20. 223
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 224
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 22. 225
 Warning indentation Indentation '+' has incorrect indentation level 18, expected level should be 20. 239
 Warning indentation Indentation '"ms; region information: "' has incorrect indentation level 10, expected level should be 12. 316
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 327
 Warning indentation Indentation '"ms; region information: "' has incorrect indentation level 8, expected level should be 10. 367

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedWriter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'for' child has incorrect indentation level 7, expected level should be 6. 182

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/RestartMetaTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'minColDataSize' has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation 'LoadTestTool' has incorrect indentation level 6, expected level should be 8. 83

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestCompressionTest.java

Severity Category Rule Message Line
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 107
 Warning indentation Indentation 'ReflectionUtils' has incorrect indentation level 14, expected level should be 16. 108
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 110
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 111
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 113
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 114
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 115
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 116
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 117
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 120

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestCoprocessorScanPolicy.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 164
 Warning indentation Indentation '.' has incorrect indentation level 4, expected level should be 8. 165

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSHDFSUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation '(' has incorrect indentation level 6, expected level should be 8. 77

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSTableDescriptors.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 157
 Warning indentation Indentation 'FSTableDescriptors' has incorrect indentation level 6, expected level should be 8. 165
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 171
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 211
 Warning indentation Indentation 'false' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 251
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 273
 Warning indentation Indentation 'rootdir' has incorrect indentation level 6, expected level should be 8. 280
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation '0' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 399
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 404
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 410

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 120
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 10, expected level should be 12. 154
 Warning indentation Indentation 'blocksDistribution' has incorrect indentation level 10, expected level should be 12. 156
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 4. 163
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 10, expected level should be 12. 188
 Warning indentation Indentation 'blocksDistribution' has incorrect indentation level 8, expected level should be 10. 225

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSVisitor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'for' child has incorrect indentation level 9, expected level should be 10. 161
 Warning indentation Indentation 'for' child has incorrect indentation level 9, expected level should be 10. 162
 Warning indentation Indentation 'for' child has incorrect indentation level 9, expected level should be 10. 163

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MasterSyncObserver' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'TEST_UTIL' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'ServerName' has incorrect indentation level 6, expected level should be 8. 231
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 247
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 452
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 453
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 454
 Warning indentation Indentation 'while' has incorrect indentation level 5, expected level should be 4. 455
 Warning indentation Indentation 'while' child has incorrect indentation level 7, expected level should be 6. 456
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 5, expected level should be 4. 457
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 458
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 8, 10, 44, 46. 675
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 8, 10, 44, 46. 862
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 986
 Warning indentation Indentation 'region' has incorrect indentation level 8, expected level should be 10. 1502
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1534
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1541
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1545
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 1553
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1583
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1590
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1592
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1603
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1608
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1612
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 1627
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 1629
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 1673
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 1806
 Warning indentation Indentation 'false' has incorrect indentation level 8, expected level should be 10. 1807
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1862
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1867
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1877
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1915
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 1972
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1985
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1986
 Warning indentation Indentation 'ERROR_CODE' has incorrect indentation level 8, expected level should be 10. 1996
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 2197
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 2278
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 2280
 Warning indentation Indentation 'PrintingErrorReporter' has incorrect indentation level 8, expected level should be 10. 2313
 Warning indentation Indentation 'TableLockManager' has incorrect indentation level 6, expected level should be 8. 2409
 Warning indentation Indentation '"Create table should fail when its ZNode has already existed with ENABLING state."' has incorrect indentation level 10, expected level should be 12. 2479
 Warning indentation Indentation 'hbck' has incorrect indentation level 6, expected level should be 8. 2667
 Warning indentation Indentation 'hbck' has incorrect indentation level 6, expected level should be 8. 2671
 Warning indentation Indentation 'hbck' has incorrect indentation level 6, expected level should be 8. 2676
 Warning indentation Indentation 'doFsck' has incorrect indentation level 8, expected level should be 10. 2719
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 2721
 Warning indentation Indentation 'HTableDescriptor' has incorrect indentation level 6, expected level should be 8. 2743
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 2753
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 2762
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2766
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 6. 2779
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 2783

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsckEncryption.java

Severity Category Rule Message Line
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 91
 Warning indentation Indentation 'cfKey' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation 'values' has incorrect indentation level 12, expected level should be 14. 113
 Warning indentation Indentation 'Bytes' has incorrect indentation level 8, expected level should be 10. 128
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 156

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHFileArchiveUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 60

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestMergeTable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 119
 Warning indentation Indentation '"; "' has incorrect indentation level 8, expected level should be 10. 122
 Warning indentation Indentation 'MetaTableAccessor' has incorrect indentation level 8, expected level should be 10. 127
 Warning indentation Indentation '"; "' has incorrect indentation level 8, expected level should be 10. 130
 Warning indentation Indentation '", postMergeTableRegions="' has incorrect indentation level 8, expected level should be 10. 132
 Warning indentation Indentation 'postMergeTableRegions' has incorrect indentation level 8, expected level should be 10. 133
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 143
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 162
 Warning indentation Indentation 'HRegion' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'UTIL' has incorrect indentation level 6, expected level should be 8. 165

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestMergeTool.java

Severity Category Rule Message Line
 Warning indentation Indentation 'final' has incorrect indentation level 4, expected level should be 6. 199
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 200
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 220
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 226
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'this' has incorrect indentation level 6, expected level should be 8. 276

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestMiniClusterLoadSequential.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 163
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 164

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestPoolMap.java

Severity Category Rule Message Line
 Warning indentation Indentation 'for' child has incorrect indentation level 10, expected level should be 8. 175

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestRegionSizeCalculator.java

Severity Category Rule Message Line
 Warning indentation Indentation 'mockServer' has incorrect indentation level 6, expected level should be 8. 57
 Warning indentation Indentation 'mockServer' has incorrect indentation level 6, expected level should be 8. 61
 Warning indentation Indentation 'mockServer' has incorrect indentation level 6, expected level should be 8. 89
 Warning indentation Indentation 'mockServer' has incorrect indentation level 6, expected level should be 8. 106

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestRegionSplitCalculator.java

Severity Category Rule Message Line
 Warning indentation Indentation '||' has incorrect indentation level 6, expected level should be 8. 393

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestRegionSplitter.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 10, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 125
 Warning indentation Indentation 'TableName' has incorrect indentation level 8, expected level should be 10. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 44, 47. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 48, 51. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 333
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 347
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 352

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/OfflineMetaRebuildTestCore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Result' has incorrect indentation level 4, expected level should be 8. 274

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/IOTestProvider.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 3, expected level should be 4. 112

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestDefaultWALProvider.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.ipc.client.connection.maxidletime"' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'FSUtils' has incorrect indentation level 6, expected level should be 8. 135
 Warning indentation Indentation '"/localhost%2C32984%2C1343316388997.1343316390417"' has incorrect indentation level 6, expected level should be 8. 136
 Warning indentation Indentation 'cols' has incorrect indentation level 8, expected level should be 10. 157
 Warning indentation Indentation 'innerMain' has incorrect indentation level 6, expected level should be 8. 336

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestSecureWAL.java

Severity Category Rule Message Line
 Warning indentation Indentation 'WAL' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'WALProvider' has incorrect indentation level 6, expected level should be 8. 75
 Warning indentation Indentation 'HConstants' has incorrect indentation level 6, expected level should be 8. 86

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALFactory.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.ipc.client.connection.maxidletime"' has incorrect indentation level 6, expected level should be 8. 138
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 379
 Warning indentation Indentation '.' has incorrect indentation level 6, expected level should be 8. 422
 Warning indentation Indentation 'try' has incorrect indentation level 10, expected level should be 8. 438
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 10. 439
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 10, expected level should be 8. 441
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 10. 442
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 10, expected level should be 8. 443
 Warning indentation Indentation 'timestamp' has incorrect indentation level 10, expected level should be 12. 497
 Warning indentation Indentation 'row' has incorrect indentation level 8, expected level should be 10. 500
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 504
 Warning indentation Indentation 'cols' has incorrect indentation level 8, expected level should be 10. 505
 Warning indentation Indentation 'Bytes' has incorrect indentation level 10, expected level should be 12. 553
 Warning indentation Indentation 'timestamp' has incorrect indentation level 10, expected level should be 12. 554
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 560
 Warning indentation Indentation 'cols' has incorrect indentation level 8, expected level should be 10. 561
 Warning indentation Indentation 'entry' has incorrect indentation level 10, expected level should be 12. 574

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALFiltering.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 107
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 12, expected level should be 14. 119
 Warning indentation Indentation 'master' has incorrect indentation level 12, expected level should be 14. 122
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 143
 Warning indentation Indentation 'RequestConverter' has incorrect indentation level 8, expected level should be 10. 147

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALMethods.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Long' has incorrect indentation level 6, expected level should be 8. 85
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 6, expected level should be 8. 99
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 6, expected level should be 8. 102
 Warning indentation Indentation 'WALSplitter' has incorrect indentation level 6, expected level should be 8. 105
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 111
 Warning indentation Indentation 'RecoveryMode' has incorrect indentation level 6, expected level should be 8. 130

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALReaderOnSecureWAL.java

Severity Category Rule Message Line
 Warning indentation Indentation 'WALCellCodec' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation 'HConstants' has incorrect indentation level 8, expected level should be 10. 102
 Warning indentation Indentation 'WAL' has incorrect indentation level 6, expected level should be 8. 133
 Warning indentation Indentation 'WALProvider' has incorrect indentation level 6, expected level should be 8. 135
 Warning indentation Indentation '"corrupt"' has incorrect indentation level 8, expected level should be 10. 165
 Warning indentation Indentation 'WAL' has incorrect indentation level 6, expected level should be 8. 178
 Warning indentation Indentation 'WALProvider' has incorrect indentation level 6, expected level should be 8. 180
 Warning indentation Indentation '"corrupt"' has incorrect indentation level 8, expected level should be 10. 210

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java

Severity Category Rule Message Line
 Warning indentation Indentation 'InstrumentedLogWriter' has incorrect indentation level 6, expected level should be 8. 148
 Warning indentation Indentation '" you see a failure look here."' has incorrect indentation level 9, expected level should be 10. 198
 Warning indentation Indentation '"Zombie could write "' has incorrect indentation level 8, expected level should be 10. 252
 Warning indentation Indentation 'counter' has incorrect indentation level 8, expected level should be 10. 253
 Warning indentation Indentation '" while writing "' has incorrect indentation level 14, expected level should be 16. 348
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 379
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 400
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 662
 Warning indentation Indentation 'contains' has incorrect indentation level 8, expected level should be 10. 698
 Warning indentation Indentation 'logfiles' has incorrect indentation level 6, expected level should be 8. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 834
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 851
 Warning indentation Indentation 'HBASEDIR' has incorrect indentation level 8, expected level should be 10. 870
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1041
 Warning indentation Indentation 'logfiles' has incorrect indentation level 6, expected level should be 8. 1074
 Warning indentation Indentation 'throws' has incorrect indentation level 6, expected level should be 10. 1080
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1156
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 1160
 Warning indentation Indentation '-' has incorrect indentation level 10, expected level should be 12. 1217
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 1231

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/WALPerformanceEvaluation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'metrics' has incorrect indentation level 4, expected level should be 6. 89
 Warning indentation Indentation 'metrics' has incorrect indentation level 4, expected level should be 6. 91
 Warning indentation Indentation 'metrics' has incorrect indentation level 4, expected level should be 6. 97
 Warning indentation Indentation 'metrics' has incorrect indentation level 4, expected level should be 6. 100
 Warning indentation Indentation '+' has incorrect indentation level 14, expected level should be 16. 152
 Warning indentation Indentation 'Trace' has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'WAL' has incorrect indentation level 8, expected level should be 10. 288
 Warning indentation Indentation 'Writer' has incorrect indentation level 8, expected level should be 10. 290
 Warning indentation Indentation '", syncInterval="' has incorrect indentation level 10, expected level should be 12. 338
 Warning indentation Indentation '"Default=0, i.e. sync every edit."' has incorrect indentation level 6, expected level should be 8. 460
 Warning indentation Indentation '"e.g. all edit seq ids when verifying"' has incorrect indentation level 6, expected level should be 8. 463
 Warning indentation Indentation '"only respected when tracing is enabled, ie -Dhbase.trace.spanreceiver.classes=..."' has incorrect indentation level 6, expected level should be 8. 467
 Warning indentation Indentation '"verification afterward do:"' has incorrect indentation level 6, expected level should be 8. 472
 Warning indentation Indentation '"WALPerformanceEvaluation \\"' has incorrect indentation level 6, expected level should be 8. 474
 Warning indentation Indentation '"-threads 100 -roll 10000 -verify"' has incorrect indentation level 6, expected level should be 8. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 585

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestHQuorumPeer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Integer' has incorrect indentation level 6, expected level should be 8. 73
 Warning indentation Indentation 'Integer' has incorrect indentation level 6, expected level should be 8. 82
 Warning indentation Indentation '"dataDir="' has incorrect indentation level 6, expected level should be 8. 92
 Warning indentation Indentation '"clientPort=2181\n"' has incorrect indentation level 6, expected level should be 8. 93
 Warning indentation Indentation '"initLimit=2\n"' has incorrect indentation level 6, expected level should be 8. 94
 Warning indentation Indentation '"syncLimit=2\n"' has incorrect indentation level 6, expected level should be 8. 95
 Warning indentation Indentation '"server.0=${hbase.master.hostname}:2888:3888\n"' has incorrect indentation level 6, expected level should be 8. 96
 Warning indentation Indentation '"server.1=server1:2888:3888\n"' has incorrect indentation level 6, expected level should be 8. 97
 Warning indentation Indentation '"server.2=server2:2888:3888\n"' has incorrect indentation level 6, expected level should be 8. 98
 Warning indentation Indentation 'Integer' has incorrect indentation level 6, expected level should be 8. 107

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZKMulti.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 144
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 146
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 288
 Warning indentation Indentation 'Bytes' has incorrect indentation level 6, expected level should be 8. 291

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZKTableStateManager.java

Severity Category Rule Message Line
 Warning indentation Indentation 'name' has incorrect indentation level 6, expected level should be 8. 75

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZooKeeperACL.java

Severity Category Rule Message Line
 Warning indentation Indentation '"Server {\n"' has incorrect indentation level 6, expected level should be 8. 58
 Warning indentation Indentation '"};\n"' has incorrect indentation level 6, expected level should be 8. 61
 Warning indentation Indentation '"Client {\n"' has incorrect indentation level 6, expected level should be 8. 62
 Warning indentation Indentation '"};"' has incorrect indentation level 6, expected level should be 8. 66

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZooKeeperMainServer.java

Severity Category Rule Message Line
 Warning indentation Indentation '"localhost:"' has incorrect indentation level 10, expected level should be 12. 81

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZooKeeperNodeTracker.java

Severity Category Rule Message Line
 Warning indentation Indentation '"testInterruptible"' has incorrect indentation level 6, expected level should be 8. 74
 Warning indentation Indentation 'ZKUtil' has incorrect indentation level 6, expected level should be 8. 102

Hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/lock/TestZKInterProcessReadWriteLock.java

Severity Category Rule Message Line
 Warning indentation Indentation 'throws' has incorrect indentation level 2, expected level should be 6. 96
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 339
 Warning indentation Indentation '=' has incorrect indentation level 6, expected level should be 8. 341

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/IncrementCoalescer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'counter' has incorrect indentation level 14, expected level should be 16. 273

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftMetrics.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.thrift.slow.response.nano.second"' has incorrect indentation level 4, expected level should be 6. 50

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 5, expected level should be 4. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 7, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 5, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 5, expected level should be 4. 104
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 191
 Warning indentation Indentation 'conf' has incorrect indentation level 6, expected level should be 8. 194

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java

Severity Category Rule Message Line
 Warning indentation Indentation '"hbase.thrift.kerberos.principal"' has incorrect indentation level 8, expected level should be 10. 304
 Warning indentation Indentation 'conf' has incorrect indentation level 8, expected level should be 10. 461
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 466
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 501
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 617
 Warning indentation Indentation 'throws' has incorrect indentation level 4, expected level should be 8. 829
 Warning indentation Indentation 'if' child has incorrect indentation level 14, expected level should be 12. 1032
 Warning indentation Indentation 'else' child has incorrect indentation level 14, expected level should be 12. 1034
 Warning indentation Indentation 'new' has incorrect indentation level 10, expected level should be 12. 1598
 Warning indentation Indentation 'Map' has incorrect indentation level 4, expected level should be 6. 1774

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftUtilities.java

Severity Category Rule Message Line
 Warning indentation Indentation 'Compression' has incorrect indentation level 6, expected level should be 8. 62
 Warning indentation Indentation 'BloomType' has incorrect indentation level 6, expected level should be 8. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 154
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 155
 Warning indentation Indentation 'for' child has incorrect indentation level 8, expected level should be 6. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 8. 158
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 159
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 160
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 165
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 8. 166
 Warning indentation Indentation 'for' has incorrect indentation level 10, expected level should be 8. 167
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 10. 168
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 10, expected level should be 8. 172
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 173

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/AlreadyExists.java

Severity Category Rule Message Line
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 123
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 177
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 178
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 200
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 201

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/BatchMutation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 239
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 243
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 244
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 247
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 250
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 251
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 252
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 260
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 263
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 277
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 279
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 280

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/ColumnDescriptor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 203
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 204
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 205
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 206
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 207
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 208
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 209
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 210
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 211
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 500
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 501
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 502
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 504
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 505
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 506
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 508
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 509
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 511
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 512
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 513
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 514
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 516
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 518
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 519
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 520
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 521
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 524
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 525
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 526
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 527
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 528
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 529
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 532
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 533
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 535
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 536
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 537
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 538
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 540
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 541
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 542
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 543
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 544
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 545
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 546
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 548
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 549
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 550
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 551
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 552
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 553
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 556
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 559
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 560
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 561
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 562
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 564
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 567
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 568
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 569
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 570
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 577
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 578
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 580
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 581
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 583
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 584
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 586
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 587
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 589
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 590
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 592
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 593
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 595
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 596
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 598
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 599
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 601
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 602
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 615
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 616
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 617
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 618
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 619
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 620
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 621
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 622
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 623
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 624
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 625
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 626
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 627
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 628
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 629
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 630
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 631
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 632

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5013
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5079
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 5080
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 5081
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 5082
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 5083
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 5084
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5085
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5092
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5093
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5106
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5107
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 5390
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5440
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 5441
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 5442
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 5443
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 5444
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 5445
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5446
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5453
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5454
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5467
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5468
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 5541
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5759
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5825
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 5826
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 5827
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 5828
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 5829
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 5830
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5831
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5838
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5839
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5852
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5853
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 6136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6187
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6189
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6190
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6191
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6192
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6199
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6200
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6213
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 6287
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 6505
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6571
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6572
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6573
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6574
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6575
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6576
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6577
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6584
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6585
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6598
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6599
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 6891
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 6892
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6971
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6972
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6973
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6974
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6975
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6976
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6977
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6979
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6980
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6981
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6982
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6983
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6984
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6985
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6992
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6993
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6995
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6996
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7009
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7010
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7011
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7012
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 7109
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 7350
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7410
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 7411
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 7412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 7413
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 7414
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 7415
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7416
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7423
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7424
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7437
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7438
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 7721
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7771
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 7772
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 7773
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 7774
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 7775
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 7776
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7777
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7784
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7785
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7798
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7799
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 7872
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 8084
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 8145
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 8146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 8147
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 8148
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 8149
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8150
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8157
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8158
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8171
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8172
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 8455
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8505
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 8506
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 8507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 8508
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 8509
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 8510
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8511
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8518
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8519
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8532
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8533
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 8606
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 9074
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 9075
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9173
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9174
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9176
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9177
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9178
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9179
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9181
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9182
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9184
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9185
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9186
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9187
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9194
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9195
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9197
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9198
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9211
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9212
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9213
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 9311
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 9592
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9658
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9659
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9661
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9662
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9663
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9664
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9671
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9672
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9685
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9686
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 9978
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 9979
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10081
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10082
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10083
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10084
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10085
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10086
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10087
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10089
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10090
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10091
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10092
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10093
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10094
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10095
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10102
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10103
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10105
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10106
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10119
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10120
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10121
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 10219
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 10508
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10574
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10575
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10576
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10577
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10578
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10579
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10580
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10587
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10588
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10601
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10602
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 10893
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 10894
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10992
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10993
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10994
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10995
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10996
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10997
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10998
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11000
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11001
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11003
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11004
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11005
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11006
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11013
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11014
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11016
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11017
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11030
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11031
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11032
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11033
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 11130
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 11427
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 11428
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11548
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11549
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11550
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11551
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11552
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11553
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11554
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11556
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11557
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11559
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11560
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11561
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11562
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11569
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11570
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11572
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11573
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11586
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11587
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11588
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11589
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 11975
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 11976
 Warning indentation Indentation 'AlreadyExists' has incorrect indentation level 6, expected level should be 8. 11977
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12085
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12086
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12087
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12088
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12089
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12090
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12091
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12093
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12094
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12095
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12096
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12097
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12098
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12099
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12102
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12104
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12105
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12106
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12107
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12114
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12115
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12117
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12118
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12120
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12121
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12134
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12135
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12136
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12137
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12138
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 12260
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 12544
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12610
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12611
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12612
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12613
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12614
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12615
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12616
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12623
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12624
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12637
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12638
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 12921
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12971
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12972
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12973
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12974
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12975
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12976
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12977
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12984
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12985
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12998
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12999
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 13072
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 13331
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 13332
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 13333
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 13334
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13548
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13549
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13550
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13551
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13552
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13553
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13554
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13556
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13557
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13559
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13560
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13561
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13562
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13564
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13565
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13567
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13568
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13569
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13570
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13572
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13573
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13574
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13575
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13576
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13577
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13578
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13585
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13586
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13588
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13589
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13591
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13592
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13594
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13595
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13608
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13609
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13610
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13611
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13612
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13613
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13614
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13615
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 14109
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 14110
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14208
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14209
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14211
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14212
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14213
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14214
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14216
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14217
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14219
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14220
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14221
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14222
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14229
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14230
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14232
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14233
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14246
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14247
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14248
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 14346
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 14685
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 14686
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 14687
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 14688
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 14689
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14938
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14939
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14941
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14942
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14943
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14944
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14946
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14947
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14948
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14949
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14950
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14951
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14952
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14954
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14955
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14956
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14957
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14958
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14959
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14960
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14962
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14963
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14964
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14965
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14966
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14967
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14968
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14970
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14971
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14972
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14973
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14974
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14975
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14976
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14983
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14984
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14986
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14987
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14989
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14990
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14992
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14993
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14995
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14996
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15009
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15010
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15011
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15012
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15013
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15014
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15015
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15016
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15017
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15018
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 15563
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 15564
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15662
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15663
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15665
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15666
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15667
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15668
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15670
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15671
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15672
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15673
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15674
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15675
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15676
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15683
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15684
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15686
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15687
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15700
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15701
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15702
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 15800
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 16153
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 16154
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 16155
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 16156
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 16157
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 16158
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16441
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16442
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16443
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16444
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16445
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16446
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16447
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16449
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16450
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16451
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16452
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16453
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16454
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16455
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16457
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16458
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16459
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16460
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16461
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16462
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16463
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16465
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16466
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16467
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16468
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16469
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16470
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16471
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16473
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16474
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16476
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16477
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16478
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16479
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16481
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16482
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16484
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16485
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16486
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16487
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16494
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16495
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16497
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16498
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16500
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16501
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16503
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16504
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16506
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16507
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16509
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16510
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16523
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16524
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16525
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16526
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16527
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16528
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16529
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16530
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16531
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16532
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16533
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16534
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 17128
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 17129
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17227
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17228
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17230
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17231
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17232
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17233
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17236
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17238
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17239
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17240
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17241
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17248
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17249
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17251
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17252
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17265
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17266
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17267
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 17365
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 17676
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 17677
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 17678
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17847
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17848
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17849
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17850
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17851
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17852
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17853
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17855
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17856
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17857
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17858
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17859
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17860
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17861
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17863
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17864
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17866
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17867
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17868
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17869
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17876
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17877
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17879
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17880
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17882
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17883
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17896
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17897
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17898
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17899
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17900
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17901
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 18340
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 18341
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 18439
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 18440
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 18441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 18442
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 18443
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 18444
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 18445
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 18447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 18448
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 18449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 18450
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 18451
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 18452
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 18453
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 18460
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 18461
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 18463
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 18464
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 18477
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 18478
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 18479
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 18480
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 18577
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 18902
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 18903
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 18904
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 18905
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 19129
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 19130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 19131
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 19132
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 19133
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19134
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 19137
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 19138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 19139
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 19140
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 19141
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19142
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 19145
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 19146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 19147
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 19148
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 19149
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19150
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19152
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 19153
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 19154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 19155
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 19156
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 19157
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19158
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19165
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19166
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19168
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19169
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19171
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19172
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19174
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19175
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19188
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19189
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19190
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19191
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19192
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19193
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19194
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19195
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 19721
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 19722
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19820
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 19821
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 19822
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 19823
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 19824
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 19825
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19826
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19828
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 19829
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 19830
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 19831
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 19832
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 19833
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19834
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19841
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19842
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19844
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19845
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19858
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19859
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 19860
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 19861
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 19958
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 20284
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 20285
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 20286
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 20287
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20491
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 20492
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 20493
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 20494
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 20495
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 20496
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20497
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20499
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 20500
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 20501
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 20502
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 20503
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 20504
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20505
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20507
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 20508
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 20509
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 20510
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 20511
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 20512
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20513
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20515
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 20516
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 20517
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 20518
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 20519
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 20520
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20521
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20528
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20529
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20531
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20532
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20534
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20535
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20537
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20538
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20551
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20552
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20553
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20554
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20555
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20556
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 20557
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 20558
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 21048
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 21049
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21148
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21150
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21151
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21152
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21153
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21155
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21156
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21158
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21159
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21160
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21161
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21168
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21169
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21171
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21172
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21185
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21186
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21187
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 21285
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 21619
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 21620
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 21621
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 21622
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 21623
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21875
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21876
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21877
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21878
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21879
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21880
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21881
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21883
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21884
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21886
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21887
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21888
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21889
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21891
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21892
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21893
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21894
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21895
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21896
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21897
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21899
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21900
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21901
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21902
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21903
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21904
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21905
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21907
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 21908
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 21909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 21910
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 21911
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 21912
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21913
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21920
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21921
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21923
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21924
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21926
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21927
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21929
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21930
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21932
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21933
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21946
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21947
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21948
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21949
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21950
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21951
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21952
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21953
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 21954
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 21955
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 22532
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 22533
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 22631
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 22632
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 22633
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 22634
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 22635
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 22636
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 22637
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 22639
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 22640
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 22641
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 22642
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 22643
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 22644
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 22645
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 22652
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 22653
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 22655
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 22656
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 22669
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 22670
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 22671
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 22672
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 22769
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 23081
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 23082
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 23083
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23261
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 23262
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 23263
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 23264
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 23265
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 23266
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23267
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 23270
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 23271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 23272
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 23273
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 23274
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23275
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 23278
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 23279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 23280
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 23281
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 23282
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23283
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23290
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23291
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23293
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23294
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23296
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23297
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23310
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23311
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23312
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23313
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23314
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23315
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 23786
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 23787
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23885
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 23886
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 23887
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 23888
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 23889
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 23890
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23891
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23893
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 23894
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 23895
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 23896
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 23897
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 23898
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23899
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23906
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23907
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23909
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23910
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23923
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23924
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 23925
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 23926
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 24023
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 24349
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 24350
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 24351
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 24352
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24584
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 24585
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 24586
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 24587
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 24588
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 24589
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24590
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24592
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 24593
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 24594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 24595
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 24596
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 24597
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24598
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24600
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 24601
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 24602
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 24603
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 24604
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 24605
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24606
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24608
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 24609
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 24610
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 24611
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 24612
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 24613
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24614
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24621
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24622
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24624
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24625
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24627
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24628
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24630
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24631
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24644
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24645
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24646
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24647
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24648
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24649
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 24650
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 24651
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 25209
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 25210
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25308
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 25309
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 25310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 25311
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 25312
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 25313
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25314
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25316
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 25317
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 25318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 25319
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 25320
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 25321
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25322
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25329
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25330
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25332
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25333
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25346
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25347
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25348
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25349
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 25446
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 25773
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 25774
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 25775
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 25776
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25989
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 25990
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 25991
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 25992
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 25993
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 25994
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 25995
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 25997
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 25998
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 25999
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 26000
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 26001
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 26002
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26003
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26005
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 26006
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 26007
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 26008
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 26009
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 26010
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26011
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26013
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 26014
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 26015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 26016
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 26017
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 26018
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26019
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26026
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26027
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26029
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26030
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26032
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26033
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26035
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26036
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26049
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26050
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26051
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26052
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26053
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26054
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26055
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26056
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 26578
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 26579
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26677
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 26678
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 26679
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 26680
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 26681
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 26682
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26683
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26685
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 26686
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 26687
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 26688
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 26689
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 26690
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26691
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26698
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26699
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26701
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26702
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26715
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26716
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 26717
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 26718
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 26815
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 27150
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 27151
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 27152
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 27153
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 27154
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27415
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 27416
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 27417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 27418
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 27419
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 27420
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27421
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27423
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 27424
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 27425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 27426
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 27427
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 27428
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27429
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27431
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 27432
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 27433
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 27434
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 27435
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 27436
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27437
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27439
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 27440
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 27441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 27442
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 27443
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 27444
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27445
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 27448
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 27449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 27450
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 27451
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 27452
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27453
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27460
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27461
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27463
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27464
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27466
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27467
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27469
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27470
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27472
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27473
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27486
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27487
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27488
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27489
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27490
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27491
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27492
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27493
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 27494
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 27495
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 28104
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 28105
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28203
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 28204
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 28205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 28206
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 28207
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 28208
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28209
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 28212
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 28213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 28214
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 28215
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 28216
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28217
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28224
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28225
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28227
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28228
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28241
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28242
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28243
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28244
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 28341
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 28666
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 28667
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 28668
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 28669
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28892
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 28893
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 28894
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 28895
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 28896
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 28897
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28898
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28900
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 28901
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 28902
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 28903
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 28904
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 28905
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28906
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28908
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 28909
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 28910
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 28911
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 28912
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 28913
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28914
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28916
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 28917
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 28918
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 28919
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 28920
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 28921
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28922
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28929
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28930
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28932
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28933
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28935
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28936
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28938
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28939
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28952
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28953
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28954
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28955
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28956
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28957
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 28958
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 28959
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 29486
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 29487
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 29566
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 29567
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 29568
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 29569
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 29570
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 29571
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 29572
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 29574
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 29575
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 29576
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 29577
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 29578
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 29579
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 29580
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 29587
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 29588
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 29590
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 29591
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 29604
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 29605
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 29606
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 29607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 29704
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 30012
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 30013
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 30014
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 30015
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 30016
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30274
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 30275
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 30276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 30277
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 30278
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 30279
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30280
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30282
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 30283
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 30284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 30285
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 30286
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 30287
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30288
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30290
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 30291
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 30292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 30293
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 30294
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 30295
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30296
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30298
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 30299
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 30300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 30301
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 30302
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 30303
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30304
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 30307
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 30308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 30309
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 30310
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 30311
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30312
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30319
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30320
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30322
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30323
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30325
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30326
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30328
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30329
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30331
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30332
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30345
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30346
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30347
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30348
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30349
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30350
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30351
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30352
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 30353
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 30354
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 30932
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 30933
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31012
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 31013
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 31014
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 31015
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 31016
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 31017
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31018
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31020
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 31021
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 31022
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 31023
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 31024
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 31025
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31026
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31033
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31034
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31036
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31037
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31050
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31051
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31052
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31053
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 31150
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 31430
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 31431
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 31432
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31610
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 31611
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 31612
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 31613
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 31614
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 31615
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31616
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31618
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 31619
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 31620
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 31621
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 31622
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 31623
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31624
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31626
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 31627
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 31628
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 31629
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 31630
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 31631
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31632
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31639
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31640
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31642
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31643
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31645
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31646
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31659
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31660
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31661
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31662
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 31663
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 31664
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 32136
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 32137
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32216
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 32217
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 32218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 32219
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 32220
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 32221
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32222
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32224
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 32225
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 32226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 32227
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 32228
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 32229
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32230
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32237
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32238
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32240
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32241
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32254
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32255
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32256
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 32354
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 32649
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 32650
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 32651
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 32652
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32865
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 32866
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 32867
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 32868
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 32869
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 32870
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32871
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32873
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 32874
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 32875
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 32876
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 32877
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 32878
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32879
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32881
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 32882
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 32883
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 32884
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 32885
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 32886
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32887
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32889
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 32890
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 32891
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 32892
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 32893
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 32894
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32895
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32902
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32903
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32905
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32906
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32908
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32909
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32911
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32912
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32925
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32926
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32927
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32928
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32929
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32930
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 32931
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 32932
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 33455
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 33456
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 33535
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 33536
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 33537
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 33538
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 33539
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 33540
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 33541
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 33543
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 33544
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 33545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 33546
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 33547
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 33548
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 33549
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 33556
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 33557
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 33559
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 33560
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 33573
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 33574
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 33575
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 33576
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 33673
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 33965
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 33966
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 33967
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 33968
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34160
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34162
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34163
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34164
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34165
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34167
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34168
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34170
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34171
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34172
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34173
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34176
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34178
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34179
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34180
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34181
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34183
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34184
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34186
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34187
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34188
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34189
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34196
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34197
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34199
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34200
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34202
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34203
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34205
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34206
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34219
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34220
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34221
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34222
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34223
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34224
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34225
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34226
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 34686
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 34687
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 34688
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34796
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34797
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34798
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34799
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34800
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34801
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34802
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34804
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34805
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34806
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34807
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34808
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34809
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34810
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34812
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 34813
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 34814
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 34815
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 34816
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 34817
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34818
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34825
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34826
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34828
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34829
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34831
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34832
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34845
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34846
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34847
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34848
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 34849
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 34850
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 34971
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 35292
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 35293
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 35294
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 35295
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35509
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 35510
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 35511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 35512
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 35513
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 35514
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35515
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 35518
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 35519
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 35520
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 35521
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 35522
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35523
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35525
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 35526
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 35527
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 35528
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 35529
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 35530
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35531
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35533
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 35534
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 35535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 35536
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 35537
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 35538
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35539
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35546
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35547
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35549
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35550
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35552
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35553
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35555
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35556
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35569
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35570
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35571
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35572
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35573
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35574
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 35575
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 35576
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 36062
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 36113
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 36114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 36115
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 36116
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 36117
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36118
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36125
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36126
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36139
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 36213
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 36487
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 36488
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 36489
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 36490
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 36491
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36740
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 36741
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 36742
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 36743
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 36744
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 36745
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36746
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36748
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 36749
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 36750
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 36751
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 36752
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 36753
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36754
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36756
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 36757
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 36758
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 36759
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 36760
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 36761
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36762
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36764
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 36765
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 36766
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 36767
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 36768
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 36769
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36770
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36772
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 36773
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 36774
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 36775
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 36776
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 36777
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36778
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36785
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36786
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36788
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36789
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36791
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36792
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36794
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36795
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36797
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36798
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36811
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36812
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36813
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36814
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36815
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36816
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36817
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36818
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 36819
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 36820
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 37357
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37407
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 37408
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 37409
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 37410
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 37411
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 37412
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37413
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37420
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37421
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37434
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37435
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 37508
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 37754
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 37755
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 37756
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37925
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 37926
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 37927
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 37928
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 37929
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 37930
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37931
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37933
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 37934
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 37935
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 37936
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 37937
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 37938
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37939
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37941
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 37942
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 37943
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 37944
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 37945
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 37946
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37947
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37954
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37955
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37957
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37958
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37960
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37961
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37974
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37975
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37976
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37977
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 37978
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 37979
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 38410
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 38460
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 38461
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 38462
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 38463
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 38464
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 38465
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 38466
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 38473
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 38474
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 38487
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 38488
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 38561
 Warning indentation Indentation 'TIncrement' has incorrect indentation level 6, expected level should be 8. 38779
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 38835
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 38836
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 38837
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 38838
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 38839
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 38840
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 38841
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 38848
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 38849
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 38862
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 38863
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 39151
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 39202
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 39203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 39204
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 39205
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 39206
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39207
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39214
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39215
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39228
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 39302
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 39521
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39596
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 39597
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 39598
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 39599
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 39600
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 39601
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39602
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39609
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39610
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39623
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39624
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 39941
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 39991
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 39992
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 39993
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 39994
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 39995
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 39996
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 39997
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40004
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40005
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40018
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40019
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 40092
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 40353
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 40354
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 40355
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 40356
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40560
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 40561
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 40562
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 40563
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 40564
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 40565
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40566
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40568
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 40569
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 40570
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 40571
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 40572
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 40573
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40574
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40576
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 40577
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 40578
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 40579
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 40580
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 40581
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40582
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40584
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 40585
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 40586
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 40587
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 40588
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 40589
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40590
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40597
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40598
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40600
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40601
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40603
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40604
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40606
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40607
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40620
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40621
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40622
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40623
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40624
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40625
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 40626
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 40627
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 41109
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 41160
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 41161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 41162
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 41163
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 41164
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41165
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41172
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41173
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41186
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 41260
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 41506
 Warning indentation Indentation 'TScan' has incorrect indentation level 6, expected level should be 8. 41507
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 41508
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41667
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 41668
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 41669
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 41670
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 41671
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 41672
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41673
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41675
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 41676
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 41677
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 41678
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 41679
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 41680
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41681
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41683
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 41684
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 41685
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 41686
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 41687
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 41688
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41689
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41696
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41697
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41699
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41700
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41702
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41703
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41716
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41717
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41718
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41719
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 41720
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 41721
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 42166
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 42167
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42246
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 42247
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 42248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 42249
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 42250
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 42251
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42252
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 42255
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 42256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 42257
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 42258
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 42259
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42260
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42267
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42268
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42270
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42271
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42284
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42285
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42286
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 42384
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 42679
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 42680
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 42681
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 42682
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42911
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 42912
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 42913
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 42914
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 42915
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 42916
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42917
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42919
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 42920
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 42921
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 42922
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 42923
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 42924
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42925
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42927
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 42928
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 42929
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 42930
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 42931
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 42932
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42933
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42935
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 42936
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 42937
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 42938
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 42939
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 42940
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42941
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42948
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42949
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42951
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42952
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42954
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42955
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42957
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42958
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42971
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42972
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42973
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42974
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42975
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42976
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 42977
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 42978
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 43505
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 43506
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 43585
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 43586
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 43587
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 43588
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 43589
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 43590
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 43591
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 43593
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 43594
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 43595
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 43596
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 43597
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 43598
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 43599
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 43606
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 43607
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 43609
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 43610
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 43623
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 43624
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 43625
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 43626
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 43723
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 44033
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 44034
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 44035
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 44036
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 44037
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44313
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 44314
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 44315
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 44316
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 44317
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 44318
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44319
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44321
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 44322
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 44323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 44324
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 44325
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 44326
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44327
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44329
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 44330
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 44331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 44332
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 44333
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 44334
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44335
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44337
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 44338
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 44339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 44340
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 44341
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 44342
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44343
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44345
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 44346
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 44347
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 44348
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 44349
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 44350
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44351
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44358
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44359
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44361
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44362
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44364
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44365
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44367
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44368
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44370
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44371
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44384
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44385
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44386
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44387
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44388
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44389
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44390
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44391
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 44392
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 44393
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 44975
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 44976
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45055
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 45056
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 45057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 45058
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 45059
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 45060
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45061
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45063
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 45064
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 45065
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 45066
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 45067
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 45068
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45069
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45076
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45077
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45079
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45080
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45093
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45094
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45095
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45096
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 45193
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 45482
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 45483
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 45484
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 45485
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45708
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 45709
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 45710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 45711
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 45712
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 45713
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45714
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45716
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 45717
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 45718
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 45719
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 45720
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 45721
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45722
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45724
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 45725
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 45726
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 45727
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 45728
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 45729
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45730
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45732
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 45733
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 45734
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 45735
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 45736
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 45737
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45738
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45745
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45746
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45748
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45749
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45751
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45752
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45754
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45755
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45768
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45769
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45770
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45771
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45772
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45773
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 45774
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 45775
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 46302
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 46303
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 46382
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 46383
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 46384
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 46385
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 46386
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 46387
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 46388
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 46390
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 46391
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 46392
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 46393
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 46394
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 46395
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 46396
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 46403
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 46404
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 46406
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 46407
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 46420
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 46421
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 46422
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 46423
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 46520
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 46830
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 46831
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 46832
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 46833
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 46834
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47098
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47099
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47101
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47102
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47104
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47107
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47109
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47110
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47112
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47115
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47117
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47118
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47119
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47120
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47123
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47125
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47126
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47127
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47128
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47131
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47133
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47134
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47143
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47144
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47146
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47147
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47149
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47150
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47152
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47153
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47155
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47156
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47169
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47170
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47171
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47172
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47173
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47174
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47175
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47176
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47177
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47178
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 47756
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 47757
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47836
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47837
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47838
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47839
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47840
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47841
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47842
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47844
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 47845
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 47846
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 47847
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 47848
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 47849
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47850
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47857
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47858
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47860
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47861
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47874
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47875
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 47876
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 47877
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 47974
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 48299
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 48300
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 48301
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 48302
 Warning indentation Indentation 'long' has incorrect indentation level 6, expected level should be 8. 48303
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 48304
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48615
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 48616
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 48617
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 48618
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 48619
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 48620
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48621
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48623
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 48624
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 48625
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 48626
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 48627
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 48628
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48629
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48631
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 48632
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 48633
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 48634
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 48635
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 48636
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48637
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48639
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 48640
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 48641
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 48642
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 48643
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 48644
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48645
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48647
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 48648
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 48649
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 48650
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 48651
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 48652
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48653
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48655
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 48656
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 48657
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 48658
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 48659
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 48660
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48661
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48668
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48669
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48671
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48672
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48674
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48675
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48677
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48678
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48680
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48681
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48683
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48684
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48697
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48698
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48699
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48700
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48701
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48702
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48703
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48704
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48705
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48706
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 48707
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 48708
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 49341
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 49342
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49421
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 49422
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 49423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 49424
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 49425
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 49426
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49427
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49429
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 49430
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 49431
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 49432
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 49433
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 49434
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49435
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49442
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49443
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49445
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49446
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49459
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49460
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49461
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49462
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 49559
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 49808
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49864
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 49865
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 49866
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 49867
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 49868
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 49869
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49870
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49877
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49878
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 49891
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 49892
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 50186
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 50187
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 50188
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50315
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 50316
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 50317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 50318
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 50319
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 50320
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50321
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50323
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 50324
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 50325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 50326
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 50327
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 50328
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50329
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50331
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 50332
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 50333
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 50334
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 50335
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 50336
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50337
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50344
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50345
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50347
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50348
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50350
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50351
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50364
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50365
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50366
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50367
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50368
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 50490
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 50822
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 50823
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50913
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 50914
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 50915
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 50916
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 50917
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 50918
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50919
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50921
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 50922
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 50923
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 50924
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 50925
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 50926
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50927
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50934
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50935
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50937
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50938
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50951
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50952
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 50953
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 50954
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 51297
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 51298
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 51299
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51426
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 51427
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 51428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 51429
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 51430
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 51431
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51432
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51434
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 51435
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 51436
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 51437
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 51438
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 51439
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51440
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51442
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 51443
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 51444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 51445
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 51446
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 51447
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51448
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51455
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51456
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51458
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51459
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51461
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51462
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51475
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51476
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51477
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51478
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51479
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51480
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 51601
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 51919
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51975
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 51976
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 51977
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 51978
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 51979
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 51980
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51981
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 51988
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 51989
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52002
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52003
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 52289
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 52290
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52369
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 52370
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 52371
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 52372
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 52373
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 52374
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52375
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52377
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 52378
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 52379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 52380
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 52381
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 52382
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52383
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52390
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52391
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52393
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52394
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52407
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52408
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52409
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52410
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 52507
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 52784
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 52785
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 52786
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52942
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 52943
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 52944
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 52945
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 52946
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 52947
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52948
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52950
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 52951
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 52952
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 52953
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 52954
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 52955
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52956
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52958
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 52959
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 52960
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 52961
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 52962
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 52963
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52964
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52971
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52972
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52974
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52975
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52977
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52978
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52991
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52992
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52993
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52994
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 52995
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 52996
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 53397
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 53398
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53496
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 53497
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 53498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 53499
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 53500
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 53501
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53502
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53504
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 53505
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 53506
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 53507
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 53508
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 53509
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53510
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53517
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53518
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53520
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53521
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53534
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53535
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53536
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 53634
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 53917
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53983
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 53984
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 53985
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 53986
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 53987
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 53988
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53989
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 53996
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 53997
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54010
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54011
 Warning indentation Indentation 'TRegionInfo' has incorrect indentation level 6, expected level should be 8. 54301
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 54302
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54381
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 54382
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 54383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 54384
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 54385
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 54386
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54387
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54389
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 54390
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 54391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 54392
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 54393
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 54394
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54395
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54402
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54403
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54405
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54406
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54419
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54420
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54421
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 54519
 Warning indentation Indentation 'TAppend' has incorrect indentation level 6, expected level should be 8. 54773
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54829
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 54830
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 54831
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 54832
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 54833
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 54834
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54835
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54842
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54843
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 54856
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 54857
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 55153
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 55154
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 55252
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 55253
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 55254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 55255
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 55256
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 55257
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55258
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 55260
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 55261
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 55262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 55263
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 55264
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 55265
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55266
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 55273
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55274
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 55276
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55277
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 55290
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55291
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 55292
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 55293
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 55390
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 55744
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 55745
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 55746
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 55747
 Warning indentation Indentation 'Mutation' has incorrect indentation level 6, expected level should be 8. 55748
 Warning indentation Indentation 'Map' has incorrect indentation level 6, expected level should be 8. 55749
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56047
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56048
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56049
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56050
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56051
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56052
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56053
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56055
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56056
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56058
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56059
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56060
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56061
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56063
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56064
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56065
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56066
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56067
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56068
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56069
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56071
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56072
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56073
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56074
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56075
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56076
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56077
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56079
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56080
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56081
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56082
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56083
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56084
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56085
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56087
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56088
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56089
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56090
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56091
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56092
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56093
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56100
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56101
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56104
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56106
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56107
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56109
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56110
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56112
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56113
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56115
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56116
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56129
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56130
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56131
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56132
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56133
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56134
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56135
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56136
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56137
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56138
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56139
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56140
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 56757
 Warning indentation Indentation 'IOError' has incorrect indentation level 6, expected level should be 8. 56758
 Warning indentation Indentation 'IllegalArgument' has incorrect indentation level 6, expected level should be 8. 56759
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56867
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56868
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56869
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56870
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56871
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56872
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56873
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56875
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56876
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56877
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56878
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56879
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56880
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56881
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56883
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 56884
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 56885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 56886
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 56887
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 56888
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56889
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56896
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56897
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56899
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56900
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56902
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56903
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56916
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56917
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56918
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56919
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 56920
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 56921
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 57042

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/IOError.java

Severity Category Rule Message Line
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 124
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 174
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 178
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 180
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 187
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 201
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 202

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/IllegalArgument.java

Severity Category Rule Message Line
 Warning indentation Indentation 'String' has incorrect indentation level 4, expected level should be 6. 123
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 176
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 177
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 178
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 179
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 200
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 201

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/Mutation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 150
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 151
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 152
 Warning indentation Indentation 'boolean' has incorrect indentation level 4, expected level should be 6. 153
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 309
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 310
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 311
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 312
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 313
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 314
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 317
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 318
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 319
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 321
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 323
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 325
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 329
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 330
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 331
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 333
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 335
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 336
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 337
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 339
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 346
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 347
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 349
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 350
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 352
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 353
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 355
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 356
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 369
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 370
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 371
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 372
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 373
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 374
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 375
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 376

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TAppend.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 145
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 146
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 147
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 148
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 343
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 344
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 347
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 348
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 349
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 351
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 352
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 353
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 354
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 355
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 356
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 357
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 359
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 360
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 362
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 363
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 364
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 365
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 367
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 368
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 370
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 371
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 372
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 380
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 383
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 384
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 386
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 389
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 390
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 403
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 404
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 405
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 406
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 407
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 409
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 410

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TCell.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 134
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 135
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 224
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 227
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 228
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 229
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 230
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 232
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 234
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 236
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 237
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 238
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 245
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 246
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 248
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 249
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 262
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 263
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 264
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 265

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TColumn.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 129
 Warning indentation Indentation 'TCell' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 219
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 223
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 224
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 225
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 227
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 230
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 231
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 240
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 243
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 244
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 257
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 258
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 259
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 260

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TIncrement.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 146
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 147
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 148
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 149
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 316
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 320
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 321
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 324
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 326
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 327
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 328
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 330
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 332
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 335
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 336
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 337
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 338
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 340
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 343
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 344
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 345
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 346
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 353
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 354
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 356
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 357
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 359
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 360
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 362
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 363
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 376
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 377
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 378
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 379
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 380
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 382
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 383

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TRegionInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 168
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 169
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 170
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation 'byte' has incorrect indentation level 4, expected level should be 6. 172
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 173
 Warning indentation Indentation 'int' has incorrect indentation level 4, expected level should be 6. 174
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 436
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 437
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 438
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 439
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 440
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 441
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 442
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 444
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 445
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 446
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 447
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 448
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 449
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 450
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 452
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 453
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 454
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 455
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 456
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 457
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 458
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 460
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 461
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 462
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 463
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 464
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 465
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 466
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 468
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 469
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 470
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 471
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 472
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 473
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 474
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 476
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 477
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 478
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 479
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 480
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 481
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 482
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 484
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 486
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 487
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 488
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 489
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 490
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 497
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 498
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 500
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 501
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 503
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 504
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 506
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 507
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 509
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 512
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 513
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 515
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 516
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 529
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 531
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 532
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 533
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 535
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 536
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 537
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 538
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 539
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 540
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 541
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 542

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TRowResult.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 140
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 298
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 302
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 303
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 306
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 309
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 310
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 311
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 312
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 314
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 315
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 317
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 318
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 319
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 327
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 328
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 330
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 331
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 333
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 334
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 347
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 348
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 349
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 350
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 351
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 352

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TScan.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 493
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 495
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 496
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 497
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 498
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 499
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 501
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 503
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 504
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 505
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 506
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 507
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 509
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 512
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 513
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 514
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 515
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 517
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 518
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 519
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 520
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 521
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 523
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 525
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 526
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 527
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 528
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 529
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 533
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 536
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 537
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 538
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 539
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 541
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 544
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 545
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 546
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 547
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 549
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 550
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 552
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 553
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 555
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 557
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 559
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 560
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 561
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 562
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 563
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 570
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 571
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 573
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 574
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 576
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 577
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 579
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 580
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 582
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 583
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 585
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 586
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 588
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 589
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 591
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 592
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 594
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 595
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 608
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 609
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 610
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 611
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 612
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 613
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 614
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 615
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 616
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 617
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 618
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 619
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 620
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 621
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 622
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 623
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 624
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 625

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 8, expected level should be 10. 176
 Warning indentation Indentation '&&' has incorrect indentation level 6, expected level should be 8. 341
 Warning indentation Indentation '"hbase.thrift.kerberos.principal"' has incorrect indentation level 8, expected level should be 10. 347
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 388
 Warning indentation Indentation 'ThriftHBaseServiceHandler' has incorrect indentation level 6, expected level should be 8. 390
 Warning indentation Indentation '(' has incorrect indentation level 12, expected level should be 14. 408
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 450

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TAppend.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 159
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 160
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 386
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 388
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 389
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 390
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 394
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 395
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 397
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 398
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 399
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 400
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 402
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 403
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 404
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 405
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 406
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 407
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 410
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 411
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 413
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 414
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 415
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 416
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 418
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 419
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 420
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 421
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 422
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 423
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 424
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 431
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 432
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 434
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 435
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 437
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 438
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 440
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 441
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 443
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 444
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 457
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 458
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 459
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 460
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 461
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 462
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 463
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 464
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 465
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 466

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TAuthorization.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 183
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 186
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 187
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 188
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 189
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 210
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 211

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TCellVisibility.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 163
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 166
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 167
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 176
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 177
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 190
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 191

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumn.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 141
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 268
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 269
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 270
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 272
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 276
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 279
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 280
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 281
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 282
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 284
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 285
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 286
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 288
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 290
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 297
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 298
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 300
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 301
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 303
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 304
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 317
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 318
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 319
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 321
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 322

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnIncrement.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 141
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 142
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 270
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 273
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 274
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 275
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 276
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 278
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 280
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 281
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 282
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 283
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 284
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 286
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 289
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 290
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 291
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 292
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 299
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 300
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 302
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 303
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 305
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 306
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 319
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 320
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 321
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 322
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 323
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 324

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnValue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 153
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 154
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 155
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 362
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 364
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 365
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 366
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 367
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 368
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 370
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 371
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 372
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 373
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 374
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 375
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 376
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 378
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 379
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 380
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 381
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 382
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 383
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 384
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 386
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 387
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 388
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 389
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 390
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 391
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 392
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 394
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 395
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 397
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 398
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 399
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 400
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 407
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 408
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 410
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 411
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 413
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 414
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 416
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 417
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 419
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 420
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 433
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 434
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 435
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 436
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 437
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 438
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 439
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 440
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 441
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 442

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TDelete.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 204
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 465
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 466
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 467
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 468
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 469
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 470
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 471
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 473
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 474
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 476
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 477
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 478
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 479
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 481
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 484
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 485
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 486
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 487
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 489
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 492
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 493
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 495
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 497
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 498
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 499
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 501
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 505
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 508
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 509
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 511
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 518
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 519
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 521
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 524
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 525
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 527
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 528
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 530
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 533
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 547
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 548
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 549
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 550
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 551
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 552
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 553
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 555
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 556
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 557
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 558

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TGet.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 188
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 497
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 498
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 499
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 501
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 502
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 505
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 508
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 509
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 511
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 513
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 514
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 515
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 516
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 517
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 518
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 519
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 521
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 522
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 523
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 524
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 525
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 526
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 527
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 529
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 532
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 533
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 534
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 535
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 537
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 538
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 539
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 540
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 541
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 542
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 543
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 545
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 547
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 548
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 549
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 550
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 551
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 553
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 556
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 557
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 558
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 559
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 566
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 567
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 569
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 570
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 572
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 573
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 575
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 576
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 578
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 579
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 581
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 582
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 584
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 585
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 587
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 588
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 601
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 602
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 603
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 604
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 605
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 606
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 607
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 608
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 609
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 610
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 611
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 612
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 613
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 614
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 615
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 616

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 1846
 Warning indentation Indentation 'TGet' has incorrect indentation level 6, expected level should be 8. 1847
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1949
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 1950
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1951
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 1952
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 1953
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 1954
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1955
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1957
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 1958
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 1959
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 1960
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 1961
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 1962
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1963
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1970
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1971
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1973
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1974
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1987
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1988
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 1989
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 1990
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 2331
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 2332
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2411
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 2412
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2413
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 2414
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2415
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 2416
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2417
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2419
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 2420
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2421
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 2422
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2423
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 2424
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2425
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2432
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2433
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2435
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2436
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2449
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2450
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2451
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2452
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 2549
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 2809
 Warning indentation Indentation 'TGet' has incorrect indentation level 6, expected level should be 8. 2810
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2912
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 2913
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2914
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 2915
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2916
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 2917
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2918
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2920
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 2921
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 2922
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 2923
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 2924
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 2925
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2926
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2933
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2934
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2936
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2937
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2950
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2951
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 2952
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 2953
 Warning indentation Indentation 'TResult' has incorrect indentation level 6, expected level should be 8. 3292
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 3293
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3372
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 3373
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 3374
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 3375
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 3376
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 3377
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3378
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3380
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 3381
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 3382
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 3383
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 3384
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 3385
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3386
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3393
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3394
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3396
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3397
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3410
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3411
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3412
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3413
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 3510
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 3782
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 3783
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3908
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 3909
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 3910
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 3911
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 3912
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 3913
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3914
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3916
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 3917
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 3918
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 3919
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 3920
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 3921
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3922
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3929
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3930
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3932
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3933
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3946
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3947
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 3948
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 3949
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 4318
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 4319
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4417
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 4418
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4419
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 4420
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 4421
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 4422
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4423
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4425
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 4426
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 4428
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 4429
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 4430
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4431
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4438
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4439
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4441
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4442
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4455
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4456
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4457
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4458
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 4555
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 4851
 Warning indentation Indentation 'TPut' has incorrect indentation level 6, expected level should be 8. 4852
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4954
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 4955
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4956
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 4957
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 4958
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 4959
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4960
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4962
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 4963
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 4964
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 4965
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 4966
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 4967
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4968
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4975
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4976
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4978
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4979
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4992
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4993
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 4994
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 4995
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 5327
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5377
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 5378
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 5379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 5380
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 5381
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 5382
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5383
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5390
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5391
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 5404
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 5405
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 5478
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5765
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5766
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5767
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5768
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 5769
 Warning indentation Indentation 'TPut' has incorrect indentation level 6, expected level should be 8. 5770
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6060
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6061
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6062
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6063
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6064
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6065
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6066
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6068
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6069
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6070
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6071
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6072
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6073
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6074
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6076
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6077
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6078
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6079
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6080
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6081
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6082
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6084
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6085
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6086
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6087
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6088
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6089
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6090
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6092
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6093
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6094
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6095
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6096
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6097
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6098
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6101
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6103
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6104
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6105
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6106
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6113
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6114
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6116
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6117
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6119
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6120
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6122
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6123
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6125
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6126
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6128
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6129
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6142
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6143
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6144
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6145
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6146
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6147
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6148
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6149
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6150
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6151
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6152
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6153
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 6705
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 6706
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6785
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6786
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6787
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6788
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6789
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6790
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6791
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6793
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 6794
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 6795
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 6796
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 6797
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 6798
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6799
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6806
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6807
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6809
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6810
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6823
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6824
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 6825
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 6826
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 6923
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 7184
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 7185
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 7307
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 7308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 7309
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 7310
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 7311
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7312
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7314
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 7315
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 7316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 7317
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 7318
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 7319
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7320
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7327
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7328
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7330
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7331
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7344
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7345
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7346
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7347
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 7708
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7758
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 7759
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 7760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 7761
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 7762
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 7763
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7764
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7771
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7772
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 7785
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 7786
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 7859
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 8090
 Warning indentation Indentation 'TDelete' has incorrect indentation level 6, expected level should be 8. 8091
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8193
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 8194
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 8195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 8196
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 8197
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 8198
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8199
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 8202
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 8203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 8204
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 8205
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 8206
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8207
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8214
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8215
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8217
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8218
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8231
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8232
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8233
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8234
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 8566
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8616
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 8617
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 8618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 8619
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 8620
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 8621
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8622
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8629
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8630
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 8643
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 8644
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 8717
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 8949
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 8950
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9071
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9072
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9073
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9074
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9075
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9076
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9077
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9079
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9080
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9081
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9082
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9083
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9084
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9085
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9092
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9093
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9095
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9096
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9109
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9110
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9112
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 9481
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 9482
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9580
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9581
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9582
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9583
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9584
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9585
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9586
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9588
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 9589
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 9590
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 9591
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 9592
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 9593
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9594
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9601
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9602
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9604
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9605
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9618
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9619
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 9620
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 9621
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 9718
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 10070
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 10071
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 10072
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 10073
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 10074
 Warning indentation Indentation 'TDelete' has incorrect indentation level 6, expected level should be 8. 10075
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10365
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10366
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10367
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10368
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10369
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10370
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10371
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10373
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10374
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10375
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10376
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10377
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10378
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10379
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10381
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10382
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10384
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10385
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10386
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10387
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10389
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10390
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10392
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10393
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10394
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10395
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10397
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10398
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10399
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10400
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10401
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10402
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10403
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10405
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 10406
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 10407
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 10408
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 10409
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 10410
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10411
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10418
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10419
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10421
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10422
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10424
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10425
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10427
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10428
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10430
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10431
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10433
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10434
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10447
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10448
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10449
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10450
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10451
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10452
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10453
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10454
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10455
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10456
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 10457
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 10458
 Warning indentation Indentation 'boolean' has incorrect indentation level 6, expected level should be 8. 11010
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 11011
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11090
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11091
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11092
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11093
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11094
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11095
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11096
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11098
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11099
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11101
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11102
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11103
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11104
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11111
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11112
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11114
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11115
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11128
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11129
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11130
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 11228
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 11488
 Warning indentation Indentation 'TIncrement' has incorrect indentation level 6, expected level should be 8. 11489
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11591
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11592
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11593
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11594
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11595
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11596
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11597
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11599
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 11600
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 11601
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 11602
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 11603
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 11604
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11605
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11612
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11613
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11615
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11616
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11629
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11630
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 11631
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 11632
 Warning indentation Indentation 'TResult' has incorrect indentation level 6, expected level should be 8. 11971
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 11972
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12051
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12052
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12053
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12054
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12055
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12056
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12057
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12059
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12060
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12061
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12062
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12063
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12064
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12065
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12072
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12073
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12075
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12076
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12089
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12090
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12091
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12092
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 12189
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 12456
 Warning indentation Indentation 'TAppend' has incorrect indentation level 6, expected level should be 8. 12457
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12559
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12560
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12561
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12562
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12563
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12564
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12565
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12567
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 12568
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 12569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 12570
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 12571
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 12572
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12573
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12580
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12581
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12583
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12584
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12597
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12598
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 12599
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 12600
 Warning indentation Indentation 'TResult' has incorrect indentation level 6, expected level should be 8. 12939
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 12940
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13019
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13020
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13021
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13022
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13023
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13024
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13025
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13027
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13028
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13029
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13030
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13031
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13032
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13033
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13040
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13041
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13043
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13044
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13057
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13058
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13059
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13060
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 13157
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 13424
 Warning indentation Indentation 'TScan' has incorrect indentation level 6, expected level should be 8. 13425
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13527
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13528
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13530
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13531
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13532
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13533
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13535
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13536
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13537
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13538
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13539
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13540
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13541
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13548
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13549
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13551
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13552
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13565
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13566
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13567
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13568
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 13909
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 13910
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13989
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13990
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13991
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 13992
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 13993
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 13994
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 13995
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 13997
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 13998
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 13999
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14000
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14001
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14002
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14003
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14010
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14011
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14013
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14014
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14027
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14028
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14029
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14030
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 14127
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 14392
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 14393
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14483
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14484
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14486
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14487
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14488
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14489
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14491
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 14492
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 14493
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 14494
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 14495
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 14496
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14497
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14504
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14505
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14507
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14508
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14521
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14522
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 14523
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 14524
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 14870
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 14871
 Warning indentation Indentation 'TIllegalArgument' has incorrect indentation level 6, expected level should be 8. 14872
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15005
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15006
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15007
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15008
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15009
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15010
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15011
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15013
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15014
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15016
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15017
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15018
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15019
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15021
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15022
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15023
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15024
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15025
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15026
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15027
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15034
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15035
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15037
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15038
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15040
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15041
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15054
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15055
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15056
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15057
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15058
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15059
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 15180
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 15498
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15554
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15555
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15556
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15557
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15558
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15559
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15560
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15567
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15568
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15581
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15582
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 15868
 Warning indentation Indentation 'TIllegalArgument' has incorrect indentation level 6, expected level should be 8. 15869
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15954
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15955
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15956
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15957
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15958
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15959
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15960
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15962
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 15963
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 15964
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 15965
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 15966
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 15967
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15968
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15975
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15976
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15978
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15979
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15992
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15993
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 15994
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 15995
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 16092
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 16356
 Warning indentation Indentation 'TRowMutations' has incorrect indentation level 6, expected level should be 8. 16357
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16459
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16460
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16461
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16462
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16463
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16464
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16465
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16467
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16468
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16470
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16471
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16472
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16473
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16480
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16481
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16483
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16484
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16497
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16498
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16499
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16500
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 16832
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16882
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 16883
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 16884
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 16885
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 16886
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 16887
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16888
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16895
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16896
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 16909
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 16910
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 16983
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 6, expected level should be 8. 17231
 Warning indentation Indentation 'TScan' has incorrect indentation level 6, expected level should be 8. 17232
 Warning indentation Indentation 'int' has incorrect indentation level 6, expected level should be 8. 17233
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17370
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17371
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17372
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17373
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17374
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17375
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17376
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17378
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17379
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17380
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17381
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17382
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17383
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17384
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17386
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17387
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17388
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17389
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17390
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17391
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17392
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17399
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17400
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17402
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17403
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17405
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17406
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17419
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17420
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17421
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17422
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17423
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17424
 Warning indentation Indentation 'List' has incorrect indentation level 6, expected level should be 8. 17818
 Warning indentation Indentation 'TIOError' has incorrect indentation level 6, expected level should be 8. 17819
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17917
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17918
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17919
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17920
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17921
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17922
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17923
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17925
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 10. 17926
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 12. 17927
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 10. 17928
 Warning indentation Indentation 'else' child has incorrect indentation level 10, expected level should be 12. 17929
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 10. 17930
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17931
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17938
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17939
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17941
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17942
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17955
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17956
 Warning indentation Indentation 'case' child has incorrect indentation level 6, expected level should be 8. 17957
 Warning indentation Indentation 'block' child has incorrect indentation level 8, expected level should be 10. 17958
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 6, expected level should be 4. 18055

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TIOError.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 168
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 171
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 172
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 174
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 181
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 182
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 195
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 196

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TIllegalArgument.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 167
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 170
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 171
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 172
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 173
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 180
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 181
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 194
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 195

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TIncrement.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 166
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 167
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 393
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 394
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 395
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 396
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 397
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 398
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 399
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 401
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 402
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 403
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 404
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 405
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 406
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 407
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 409
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 410
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 411
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 412
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 413
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 414
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 415
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 417
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 418
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 419
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 420
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 421
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 422
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 423
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 425
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 426
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 428
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 429
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 430
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 431
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 438
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 439
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 441
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 442
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 444
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 445
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 447
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 448
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 450
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 451
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 464
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 465
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 466
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 467
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 468
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 469
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 470
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 471
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 472
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 473

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TPut.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 180
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 181
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 434
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 435
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 436
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 437
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 438
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 439
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 440
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 442
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 443
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 445
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 446
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 447
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 448
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 450
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 452
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 453
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 454
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 455
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 456
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 458
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 459
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 460
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 461
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 462
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 463
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 464
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 466
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 467
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 468
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 469
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 470
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 471
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 472
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 474
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 475
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 476
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 477
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 478
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 479
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 480
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 487
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 488
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 490
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 491
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 493
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 494
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 496
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 497
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 499
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 500
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 502
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 516
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 517
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 518
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 519
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 520
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 521
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 522
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 523
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 524
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 525
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 526
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 527

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TResult.java

Severity Category Rule Message Line
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 239
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 242
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 243
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 244
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 247
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 250
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 251
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 252
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 260
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 263
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 264
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 277
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 278
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 279
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 280

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TRowMutations.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ByteBuffer' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'List' has incorrect indentation level 4, expected level should be 6. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 240
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 243
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 244
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 245
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 246
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 248
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 249
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 250
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 251
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 252
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 253
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 254
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 261
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 262
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 264
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 265
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 278
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 279
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 280
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 281

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TScan.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 597
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 598
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 599
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 600
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 601
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 602
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 603
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 605
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 606
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 607
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 608
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 609
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 610
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 611
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 613
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 614
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 615
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 616
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 617
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 618
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 619
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 621
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 622
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 623
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 624
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 625
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 626
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 627
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 629
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 631
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 632
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 633
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 634
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 635
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 637
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 638
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 639
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 640
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 641
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 642
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 643
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 645
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 648
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 649
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 650
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 651
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 653
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 654
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 655
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 656
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 657
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 658
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 659
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 661
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 662
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 663
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 664
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 665
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 666
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 667
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 669
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 670
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 671
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 672
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 673
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 674
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 675
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 677
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 678
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 679
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 680
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 681
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 682
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 683
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 690
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 691
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 693
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 694
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 696
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 697
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 699
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 700
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 702
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 703
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 705
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 706
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 708
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 709
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 711
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 712
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 714
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 715
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 717
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 718
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 720
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 721
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 734
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 735
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 736
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 737
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 738
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 739
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 740
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 741
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 742
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 743
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 744
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 745
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 746
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 747
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 748
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 749
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 750
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 751
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 752
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 753
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 754
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 755

Hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TTimeRange.java

Severity Category Rule Message Line
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 129
 Warning indentation Indentation 'long' has incorrect indentation level 4, expected level should be 6. 130
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 208
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 211
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 212
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 213
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 214
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 216
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 8, expected level should be 10. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 219
 Warning indentation Indentation 'else' child has incorrect indentation level 8, expected level should be 10. 220
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 221
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 222
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 229
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 230
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 233
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 246
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 247
 Warning indentation Indentation 'case' child has incorrect indentation level 4, expected level should be 6. 248
 Warning indentation Indentation 'block' child has incorrect indentation level 6, expected level should be 8. 249

Hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/TestCallQueue.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 117

Hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.java

Severity Category Rule Message Line
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 141
 Warning indentation Indentation 'metrics' has incorrect indentation level 6, expected level should be 8. 201
 Warning indentation Indentation 'metrics' has incorrect indentation level 6, expected level should be 8. 203
 Warning indentation Indentation 'metrics' has incorrect indentation level 6, expected level should be 8. 205
 Warning indentation Indentation 'try' has incorrect indentation level 3, expected level should be 4. 209
 Warning indentation Indentation 'try' child has incorrect indentation level 5, expected level should be 6. 210
 Warning indentation Indentation 'try' child has incorrect indentation level 5, expected level should be 6. 211
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 3, expected level should be 4. 212
 Warning indentation Indentation 'catch' child has incorrect indentation level 5, expected level should be 6. 213
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 3, expected level should be 4. 214
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 261
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 309
 Warning indentation Indentation 'handler' has incorrect indentation level 6, expected level should be 8. 325
 Warning indentation Indentation 'rowResult1' has incorrect indentation level 6, expected level should be 8. 329
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 388
 Warning indentation Indentation 'MAXVERSIONS' has incorrect indentation level 6, expected level should be 8. 411
 Warning indentation Indentation 'MAXVERSIONS' has incorrect indentation level 6, expected level should be 8. 413
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 468
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 588
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 624
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 653
 Warning indentation Indentation 'rowResult' has incorrect indentation level 8, expected level should be 10. 672
 Warning indentation Indentation 'new' has incorrect indentation level 6, expected level should be 8. 687

Hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandler.java

Severity Category Rule Message Line
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 276
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 311
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 354
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 396
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 456
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 463
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 469
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 478
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 503
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 510
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 531
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 545
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 593
 Warning indentation Indentation 'wrap' has incorrect indentation level 6, expected level should be 8. 642
 Warning indentation Indentation 'wrap' has incorrect indentation level 8, expected level should be 10. 710
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 1, expected level should be 2. 828

Hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithLabels.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 85
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 93
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 94
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 96
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 97
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 0, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 112
 Warning indentation Indentation 'for' has incorrect indentation level 2, expected level should be 4. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 115
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 116
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 117
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 118
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 119
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 2, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 141
 Warning indentation Indentation 'for' has incorrect indentation level 2, expected level should be 4. 143
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 144
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 2, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 167
 Warning indentation Indentation 'try' has incorrect indentation level 2, expected level should be 4. 168
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 169
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 2, expected level should be 4. 170
 Warning indentation Indentation 'catch' child has incorrect indentation level 4, expected level should be 6. 171
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 2, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 173
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 186
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 198
 Warning indentation Indentation 'for' has incorrect indentation level 2, expected level should be 4. 199
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 200
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 203
 Warning indentation Indentation 'else' child has incorrect indentation level 6, expected level should be 8. 204
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 4, expected level should be 6. 206
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 207
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 2, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 231
 Warning indentation Indentation 'for' has incorrect indentation level 2, expected level should be 4. 233
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 238
 Warning indentation Indentation 'else' child has incorrect indentation level 6, expected level should be 8. 239
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 4, expected level should be 6. 241
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 2, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 249
 Warning indentation Indentation 'try' has incorrect indentation level 2, expected level should be 4. 250
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 251
 Warning indentation Indentation 'try' child has incorrect indentation level 4, expected level should be 6. 252
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 2, expected level should be 4. 253
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 2, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 266
 Warning indentation Indentation 'for' has incorrect indentation level 2, expected level should be 4. 267
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 268
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 273
 Warning indentation Indentation 'else' child has incorrect indentation level 6, expected level should be 8. 274
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 4, expected level should be 6. 276
 Warning indentation Indentation 'for' child has incorrect indentation level 4, expected level should be 6. 277
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 2, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 299
 Warning indentation Indentation 'for' has incorrect indentation level 2, expected level should be 4. 300
 Warning indentation Indentation 'if' has incorrect indentation level 4, expected level should be 6. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 305
 Warning indentation Indentation 'if' child has incorrect indentation level 6, expected level should be 8. 306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 4, expected level should be 6. 307
 Warning indentation Indentation 'else' child has incorrect indentation level 6, expected level should be 8. 308
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 4, expected level should be 6. 311
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 2, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 313
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 315
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 332
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 336
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 341
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 343
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 356
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 359
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 363
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 377
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 378
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 382
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 383
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 384
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 387
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 391
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 394
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 395
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 403
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 405
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 407
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 408
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 409
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 411
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 413
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 414
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 415
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 421
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 422
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 423
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 429
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 431
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 433
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 434
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 436
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 437
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 439
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 441
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 442
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 444
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 445
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 0, expected level should be 2. 456
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 457
 Warning indentation Indentation 'while' has incorrect indentation level 2, expected level should be 4. 458
 Warning indentation Indentation 'while' child has incorrect indentation level 4, expected level should be 6. 459
 Warning indentation Indentation 'method def' child has incorrect indentation level 2, expected level should be 4. 460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 0, expected level should be 2. 461